WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

687

i'm seeing dark fonts on a dark background in some places - for example: https://poal.co/api and also some, but not all apparently, post previews

looking at the css, i'm not seeing any color property for the body selector, so i did this...

body {
    color: #e3e3e3;
}

i also posted some potential fixes in the wrong sub i think - see: some css stuff...

i'm seeing dark fonts on a dark background in some places - for example: https://poal.co/api and also some, but not all apparently, post previews looking at the css, i'm not seeing any color property for the body selector, so i did this... ``` body { color: #e3e3e3; } ``` i also posted some potential fixes in the wrong sub i think - see: [some css stuff...](https://poal.co/s/IdeasForPoal/239839)

(post is archived)

[–] 1 pt

i also posted some potential fixes in the wrong sub i think - see: some css stuff...

Please edit your link, it's now moved in poaldev

We'll push a new CSS theme after the holidays and these issues will be fixed.

https://poal.co/s/Poaldev/229680

Thanks for the suggestions!