1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 01:15:56 +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:
Andrew Dolgov
2019-12-12 20:09:43 +03:00
parent 9c0235ab66
commit 0237dee980
9 changed files with 30 additions and 36 deletions

View File

@@ -1101,7 +1101,6 @@
"create_label" => __("Create label"),
"create_filter" => __("Create filter"),
"collapse_sidebar" => __("Un/collapse sidebar"),
"toggle_night_mode" => __("Toggle night mode"),
"help_dialog" => __("Show help dialog"))
);
@@ -1172,7 +1171,6 @@
"c l" => "create_label",
"c f" => "create_filter",
"c s" => "collapse_sidebar",
"a N" => "toggle_night_mode",
"?" => "help_dialog",
);