From c32690579f303982dad8f0c9484c0a1ae4fa3a03 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 12 Apr 2023 05:45:10 +0900 Subject: [PATCH] fixed root default for blur tint --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 6a5fa2337..38abdccfe 100644 --- a/public/style.css +++ b/public/style.css @@ -40,7 +40,7 @@ --SmartThemeBodyColor: rgb(220, 220, 210); --SmartThemeEmColor: rgb(175, 175, 175); --SmartThemeFastUIBGColor: rgba(0, 0, 0, 0.9); - --SmartThemeBlurTintColor: rgba(255, 255, 255, 0.5); + --SmartThemeBlurTintColor: rgba(0, 0, 0, 0.5); --sheldWidth: 800px; /*base variable calculated in rems*/