mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-23 15:37:50 +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 */
|
||||
--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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user