From 2b26878e1ab8fddc9320a740330dcd534d1d562a Mon Sep 17 00:00:00 2001 From: DooSkagg Date: Tue, 15 Oct 2024 17:46:18 -0400 Subject: [PATCH] Changed to transparent background --- ClearVision_v6.theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ClearVision_v6.theme.css b/ClearVision_v6.theme.css index 8fdfd0d..5bf8670 100644 --- a/ClearVision_v6.theme.css +++ b/ClearVision_v6.theme.css @@ -41,7 +41,7 @@ /* APP BACKGROUND */ --background-shading: 0%; /* app background shading (0 for complete smoothness) [default: 100%] */ - --background-overlay: rgba(0, 0, 0, 1); /* app background overlay color/gradient [default: rgba(0, 0, 0, 0.6)] */ + --background-overlay: rgba(0, 0, 0, 0.7); /* app background overlay color/gradient [default: rgba(0, 0, 0, 0.6)] */ --background-image: none; /* 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] */ @@ -116,6 +116,6 @@ --bd-blue-active: var(--hover-color); /* betterdiscord active color [default: var(--hover-color)] */ /* Speech Bubbbles */ -/* --bubble-color: rgba(16, 16, 16, 0.9); - --bubble-hover-color: rgba(16, 16, 16, 1); */ -} + /* --bubble-color: #fff; + --bubble-hover-color: #fff: */ +} \ No newline at end of file