Improving the colour contrast of upvote/downvote buttons
Unsolved
Qt.io webservices
-
The upvote/downvote buttons are pale grey when unchecked, pale blue when checked. Their contrast is too low for some users, making it difficult to tell if the user has previously voted or not: https://forum.qt.io/topic/96864/upvoting-an-upvote-leads-to-downvote
Is there an easy way to improve the contrast? (say, bright green instead of pale blue)
-
Hi,
I'd say some customisation of the current theme. Likely something to talk with @ollipuu.
-
Looks like https://github.com/NodeBB/nodebb-theme-persona/blob/master/less/topic.less contains the stuff for that.
-
Thanks !