implement automatic night mode detection using MQL

add separate light.css to force light theme
remove manual night mode toggle and related code
This commit is contained in:
Andrew Dolgov
2019-12-12 20:09:43 +03:00
parent 9c0235ab66
commit 0237dee980
9 changed files with 30 additions and 36 deletions

2
themes/light.css Normal file
View File

@@ -0,0 +1,2 @@
@import "../css/default.css";
/*# sourceMappingURL=light.css.map */