added limiter to light themes only to style.css

This commit is contained in:
RossAscends
2023-04-19 21:26:26 +09:00
committed by GitHub
parent 6bc63bdc6a
commit 65dc4d127a

View File

@@ -51,6 +51,7 @@
/* base variable for blur strength slider calculations */ /* base variable for blur strength slider calculations */
--blurStrength: 10; --blurStrength: 10;
color-scheme: only light;
/*styles for the color picker*/ /*styles for the color picker*/
@@ -3625,4 +3626,4 @@ body.movingUI #expression-holder {
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
} }
} }