not broken exactly but in day mode yellow and orange name text colors blend in to background color in day mode, while the contrast in night mode does not have that problem.
idk, the day mode needs something to contrast between the white-ish background and the yellow and orange names
Red stands out decent, green a bit less but on par with the blue [deleted], orange is clear but less so than green, and yellow is a bit hard to read. for night mode all the colors contrast decently and are all easy to read against the black-ish background
You're right, but it also depends on the display you're using.
On OLED it's clean and the contrast is good.
I'll work on it.
Thanks for your comment.
your welcome!
i'm looking into color pallets atm, i would think a day only darker shade of yellow and orange could work or be a starting point.
body a.lv6 { fill: #fee928 !important; color: #e2cc01 !important; }
body a.lv20 { fill: #fbb308 !important; color: #d39503 !important; }
i've changed color in my /s/feminism to
body a.lv6 { color: #bcaa00 !important; //color: #e2cc01 !important; //default }
body a.lv20 { color: #bc8501 !important; //color: #d39503 !important; //default }
it stands out a bit more in day, and still looks decent in dark.
but i also added
body.dark a.lv6 { //color: #bcaa00 !important; color: #e2cc01 !important; //default }
body.dark a.lv20 { //color: #bc8501 !important; color: #d39503 !important; //default }
to split day and dark colors. Hope this help out!
The current colored names are sharing the same classes, I'll fix that later.
Thanks!
(post is archived)