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)