WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

1.4K

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)

[–] 3 pts

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

[–] 3 pts

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.

[–] 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!