WEEE-Open / skeeep

Jump to the best software for PoliTo students!
https://weee.link/skeeep
GNU General Public License v3.0
2 stars 2 forks source link

Implement dark mode detection #15

Closed e-caste closed 2 years ago

e-caste commented 2 years ago

Automatically adapt the colors defined in the CSS to light or dark mode based on the user's settings.
No need for a toggle on the webpage.

e-caste commented 2 years ago

These are the required stylesheets to make Bootstrap work with dark mode, please check if there's a new version since this code is ~1 year old.

And this is the working code I had developed to auto-detect and update light and dark mode (it also supports a change after load time).