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 @@
9292 /* base variable for shadow width slider calculations */
9393 --shadowWidth: 2;
9494
95- /* color-scheme: only light; */
96-
9795 /* Send form variables */
9896 --bottomFormBlockPadding: calc(var(--mainFontSize) / 2.5);
9997 --bottomFormIconSize: calc(var(--mainFontSize) * 1.9);
@@ -149,6 +147,7 @@ body {
149147 font-size: var(--mainFontSize);
150148 color: var(--SmartThemeBodyColor);
151149 overflow: hidden;
150+ color-scheme: only light;
152151}
153152
154153::-webkit-scrollbar {