css: Drop explicit `dark` mode

This commit is contained in:
Johannes Meyer 2022-02-10 09:08:37 +01:00
parent 3ba4727bbd
commit 55330c81c4
5 changed files with 1 additions and 9 deletions

View File

@ -26,7 +26,7 @@ class StyleSheet
*
* @var string
*/
const DEFAULT_MODE = 'dark';
const DEFAULT_MODE = 'none';
/**
* The themes that are compatible with the default theme

View File

@ -1,5 +0,0 @@
/* Icinga Web 2 | (c) 2021 Icinga GmbH | GPLv2+ */
@enable-color-preference: 999999px;
@prefer-light-color-scheme: 999999px;
@prefer-dark-color-scheme: 0px;

View File

@ -2,4 +2,3 @@
@enable-color-preference: 999999px;
@prefer-light-color-scheme: 0px;
@prefer-dark-color-scheme: 999999px;

View File

@ -2,4 +2,3 @@
@enable-color-preference: 999999px;
@prefer-light-color-scheme: 999999px;
@prefer-dark-color-scheme: 999999px;

View File

@ -2,4 +2,3 @@
@enable-color-preference: 0px;
@prefer-light-color-scheme: 999999px;
@prefer-dark-color-scheme: 999999px;