Changed to transparent background

This commit is contained in:
DooSkagg 2024-10-15 17:46:18 -04:00
parent 032e399ec7
commit 2b26878e1a

View File

@ -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: */
}