Move color-scheme preference to body element
| @@ -92,8 +92,6 @@ | ||
| 92 | 92 | /* base variable for shadow width slider calculations */ |
| 93 | 93 | --shadowWidth: 2; |
| 94 | 94 | |
| 95 | - /* color-scheme: only light; */ | |
| 96 | - | |
| 97 | 95 | /* Send form variables */ |
| 98 | 96 | --bottomFormBlockPadding: calc(var(--mainFontSize) / 2.5); |
| 99 | 97 | --bottomFormIconSize: calc(var(--mainFontSize) * 1.9); |
| @@ -149,6 +147,7 @@ body { | ||
| 149 | 147 | font-size: var(--mainFontSize); |
| 150 | 148 | color: var(--SmartThemeBodyColor); |
| 151 | 149 | overflow: hidden; |
| 150 | + color-scheme: only light; | |
| 152 | 151 | } |
| 153 | 152 | |
| 154 | 153 | ::-webkit-scrollbar { |