Move color-scheme preference to body element

This commit is contained in:
Cohee 2024-12-27 21:05:47 +02:00
parent 7885739a55
commit 6286eb5827

View File

@ -92,8 +92,6 @@
/* base variable for shadow width slider calculations */
--shadowWidth: 2;
/* color-scheme: only light; */
/* Send form variables */
--bottomFormBlockPadding: calc(var(--mainFontSize) / 2.5);
--bottomFormIconSize: calc(var(--mainFontSize) * 1.9);
@ -149,6 +147,7 @@ body {
font-size: var(--mainFontSize);
color: var(--SmartThemeBodyColor);
overflow: hidden;
color-scheme: only light;
}
::-webkit-scrollbar {