Vanilla-OS / chronos-frontend

A frontend in Vue.js for the Chronos documentation server.
https://docs.vanillaos.org
GNU Affero General Public License v3.0
6 stars 4 forks source link

fix[close #60]: reimplement auto dark mode #79

Closed GabsEdits closed 2 months ago

GabsEdits commented 2 months ago

After a few checks, I've managed to fix the auto dark mode. Changing the theme still works, but the prefers-color-scheme gets priority

https://github.com/Vanilla-OS/chronos-frontend/assets/110247388/8ef7a526-73d6-4262-9e87-4cf416bff0f4

GabsEdits commented 2 months ago

Also, once you select a theme (for example light while your browser is dark) will remember the one you choose, not the one from your browser

mirkobrombin commented 2 months ago

Great work