From 65dc4d127ab1f1a556ac665bfcebe5ebc59edac0 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 19 Apr 2023 21:26:26 +0900 Subject: [PATCH] added limiter to light themes only to style.css --- public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}