7

Anyone able to help me learn to css?

Pem, Pols little help plz?

Anyone able to help me learn to css? Pem, Pols little help plz?

21 comments

[–] Mattvision 0 points (+0|-0)

Idk they should be using dark mode. :D

I agree that most light-mode users are filthy degenerates, but there are some people here who clinically have trouble reading dark mode.

Does the site choose what version of the css to use depending on what mode the user has selected?

Kinda. Every element on the page (I think) has selectors for a default and a dark mode version, and if the user has light mode enabled it basically ignores the dark mode variants. The browser has both loaded as part of the page.

What we've been doing is modifying the default elements, so the things we changed (or at least the ones we tagged as !important) will appear the same regardless of what mode the user is in.

[–] GreenTreeFrog [OP] 🐸 1 points (+1|-0)

Hopefully people can read it currently. I'll work on it more soon.

thanks :)