Remove auto dark theme hindrance

7885739a55160e6c10e9ea95309c38c807a19810

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

1 files changed, +1 -1Showing whitespace changes
public/style.css+1 -1
@@ -92,7 +92,7 @@
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;95 /* color-scheme: only light; */
9696
97 /* Send form variables */97 /* Send form variables */
98 --bottomFormBlockPadding: calc(var(--mainFontSize) / 2.5);98 --bottomFormBlockPadding: calc(var(--mainFontSize) / 2.5);