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