css: Drop explicit `dark` mode
This commit is contained in:
parent
3ba4727bbd
commit
55330c81c4
|
@ -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
|
||||
|
|
|
@ -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;
|
|
@ -2,4 +2,3 @@
|
|||
|
||||
@enable-color-preference: 999999px;
|
||||
@prefer-light-color-scheme: 0px;
|
||||
@prefer-dark-color-scheme: 999999px;
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
|
||||
@enable-color-preference: 999999px;
|
||||
@prefer-light-color-scheme: 999999px;
|
||||
@prefer-dark-color-scheme: 999999px;
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
|
||||
@enable-color-preference: 0px;
|
||||
@prefer-light-color-scheme: 999999px;
|
||||
@prefer-dark-color-scheme: 999999px;
|
||||
|
|
Loading…
Reference in New Issue