WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

679

We had to disable it while adding new features and cleaning up things. It made things easier.

Day mode's default palette is not yet in its final stage and will keep changing (slightly) in the coming days.

If you notice something (color related) broken, post a comment here.

Thanks!

Poal Team.

We had to disable it while adding new features and cleaning up things. It made things easier. Day mode's default palette is not yet in its final stage and will keep changing (slightly) in the coming days. If you notice something (color related) broken, post a comment here. Thanks! Poal Team.

(post is archived)

[–] 4 pts (edited )

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!

[–] 2 pts

The current colored names are sharing the same classes, I'll fix that later.

Thanks!