mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Move color-scheme preference to body element
This commit is contained in:
@@ -92,8 +92,6 @@
|
|||||||
/* base variable for shadow width slider calculations */
|
/* base variable for shadow width slider calculations */
|
||||||
--shadowWidth: 2;
|
--shadowWidth: 2;
|
||||||
|
|
||||||
/* color-scheme: only light; */
|
|
||||||
|
|
||||||
/* Send form variables */
|
/* Send form variables */
|
||||||
--bottomFormBlockPadding: calc(var(--mainFontSize) / 2.5);
|
--bottomFormBlockPadding: calc(var(--mainFontSize) / 2.5);
|
||||||
--bottomFormIconSize: calc(var(--mainFontSize) * 1.9);
|
--bottomFormIconSize: calc(var(--mainFontSize) * 1.9);
|
||||||
@@ -149,6 +147,7 @@ body {
|
|||||||
font-size: var(--mainFontSize);
|
font-size: var(--mainFontSize);
|
||||||
color: var(--SmartThemeBodyColor);
|
color: var(--SmartThemeBodyColor);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
color-scheme: only light;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
Reference in New Issue
Block a user