diff --git a/public/style.css b/public/style.css index cd01705a7..8b0f54852 100644 --- a/public/style.css +++ b/public/style.css @@ -51,6 +51,7 @@ /* base variable for blur strength slider calculations */ --blurStrength: 10; + color-scheme: only light; /*styles for the color picker*/ @@ -3625,4 +3626,4 @@ body.movingUI #expression-holder { overflow-y: auto; overflow-x: hidden; } -} \ No newline at end of file +}