Move color-scheme preference to body element

6286eb5827f48c51abde9aef021665d77eb63b73

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -2Showing whitespace changes
public/style.css+1 -2
@@ -92,8 +92,6 @@
92 /* base variable for shadow width slider calculations */92 /* base variable for shadow width slider calculations */
93 --shadowWidth: 2;93 --shadowWidth: 2;
9494
95 /* color-scheme: only light; */
96
97 /* Send form variables */95 /* Send form variables */
98 --bottomFormBlockPadding: calc(var(--mainFontSize) / 2.5);96 --bottomFormBlockPadding: calc(var(--mainFontSize) / 2.5);
99 --bottomFormIconSize: calc(var(--mainFontSize) * 1.9);97 --bottomFormIconSize: calc(var(--mainFontSize) * 1.9);
@@ -149,6 +147,7 @@ body {
149 font-size: var(--mainFontSize);147 font-size: var(--mainFontSize);
150 color: var(--SmartThemeBodyColor);148 color: var(--SmartThemeBodyColor);
151 overflow: hidden;149 overflow: hidden;
150 color-scheme: only light;
152}151}
153152
154::-webkit-scrollbar {153::-webkit-scrollbar {