mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-23 23:47:43 +01:00
Move color-scheme preference to body element
This commit is contained in:
parent
7885739a55
commit
6286eb5827
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user