NoIdeaWhatThatIs I wasn't able to find a css class for everything dark-related, does Flarum just switch basically between two CSS files via JS, or is there a another trick without the need to fiddle around in two seperate css files? Thanks a bunch in advance 👍️
Oshvam NoIdeaWhatThatIs You can use something similar to this example I posted where I condition my CSS depending on the active Dark/light theme. https://discuss.flarum.org/d/27869-level-ranks/49
NoIdeaWhatThatIs Oshvam Nice one! Thank you. Tried @media (prefers-color-scheme: dark) as first but i had no luck, your approach on the other hand did the trick 👍️