Make dimmer

This commit is contained in:
DooSkagg 2024-03-21 20:42:37 -04:00
parent fb8278dd4d
commit 4d7f398415

View File

@ -44,7 +44,7 @@
/* APP BACKGROUND */ /* APP BACKGROUND */
--background-shading: 0%; /* app background shading (0 for complete smoothness) [default: 100%] */ --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-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-position: center; /* app background position [default: center] */
--background-size: cover; /* app background size [default: cover] */ --background-size: cover; /* app background size [default: cover] */
--background-repeat: no-repeat; /* app background repeat [default: no-repeat] */ --background-repeat: no-repeat; /* app background repeat [default: no-repeat] */