mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
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:
2
themes/light.css
Normal file
2
themes/light.css
Normal file
@@ -0,0 +1,2 @@
|
||||
@import "../css/default.css";
|
||||
/*# sourceMappingURL=light.css.map */
|
||||
1
themes/light.css.map
Normal file
1
themes/light.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["light.less"],"names":[],"mappings":"QAAQ","file":"light.css"}
|
||||
1
themes/light.less
Normal file
1
themes/light.less
Normal file
@@ -0,0 +1 @@
|
||||
@import "../css/default.css";
|
||||
Reference in New Issue
Block a user