tidev / titanium-docs

We use VuePress for Guides and API docs.
https://titaniumsdk.com
Apache License 2.0
13 stars 22 forks source link

fix: add missing :root element #136

Closed m1ga closed 2 years ago

m1ga commented 2 years ago

fix for dark colors if you visit the page for the first time and browse in dark mode

caspahouzer commented 2 years ago

What does this exactly fix?

m1ga commented 2 years ago

The CSS code was wrong before and didn't do anything because :root was missing for the media query.

So if you visited the page for the very first time and your browser/system was using dark mode it didn't use the dark mode for the page. You had to switch in on to use the "dark" class on the body to make it work.