summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-12-12 20:09:43 +0300
committerAndrew Dolgov <[email protected]>2019-12-12 20:09:43 +0300
commit0237dee980157554ab2c9a79b6e9d10cec9e2f3a (patch)
tree8b06bde8a95a70b9e61f9d2fb37c117ad089ed63 /index.php
parent9c0235ab66b28f987a53d3858983f81f4d4894a3 (diff)
implement automatic night mode detection using MQL
add separate light.css to force light theme remove manual night mode toggle and related code
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index cf57def79..8fb76bc2a 100644
--- a/index.php
+++ b/index.php
@@ -234,7 +234,6 @@
<div dojoType="dijit.MenuItem" onclick="App.onActionSelected('qmcShowOnlyUnread')"><?php echo __('(Un)hide read feeds') ?></div>
<div dojoType="dijit.MenuItem" disabled="1"><?php echo __('Other actions:') ?></div>
<div dojoType="dijit.MenuItem" onclick="App.onActionSelected('qmcToggleWidescreen')"><?php echo __('Toggle widescreen mode') ?></div>
- <div dojoType="dijit.MenuItem" onclick="App.onActionSelected('qmcToggleNightMode')"><?php echo __('Toggle night mode') ?></div>
<div dojoType="dijit.MenuItem" onclick="App.onActionSelected('qmcHKhelp')"><?php echo __('Keyboard shortcuts help') ?></div>
<?php