From 4d7f3984152f0fc71fef14bbd6454906467c7d42 Mon Sep 17 00:00:00 2001 From: DooSkagg <2004ryanslavinsky@gmail.com> Date: Thu, 21 Mar 2024 20:42:37 -0400 Subject: [PATCH] Make dimmer --- ClearVision_v6.theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClearVision_v6.theme.css b/ClearVision_v6.theme.css index cfc25b6..e5fe6e9 100644 --- a/ClearVision_v6.theme.css +++ b/ClearVision_v6.theme.css @@ -44,7 +44,7 @@ /* APP BACKGROUND */ --background-shading: 0%; /* app background shading (0 for complete smoothness) [default: 100%] */ --background-overlay: none; /* app background overlay color/gradient [default: rgba(0, 0, 0, 0.6)] */ - --background-image: rgba(32, 32, 32, 0.30); /* app background image (link must be HTTPS) [default: url(https://clearvision.github.io/images/sapphire.jpg)] */ + --background-image: rgba(32, 32, 32, 0.40); /* app background image (link must be HTTPS) [default: url(https://clearvision.github.io/images/sapphire.jpg)] */ --background-position: center; /* app background position [default: center] */ --background-size: cover; /* app background size [default: cover] */ --background-repeat: no-repeat; /* app background repeat [default: no-repeat] */