diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2019-12-12 20:09:43 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2019-12-12 20:09:43 +0300 |
| commit | 0237dee980157554ab2c9a79b6e9d10cec9e2f3a (patch) | |
| tree | 8b06bde8a95a70b9e61f9d2fb37c117ad089ed63 /index.php | |
| parent | 9c0235ab66b28f987a53d3858983f81f4d4894a3 (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.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |