Update theme-elegance.css

Lightened the backdrop images a tiny bit.
This commit is contained in:
Big Flubba 2025-09-23 15:36:19 -05:00 committed by GitHub
parent b60b3c7ed4
commit fc6ed646df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,6 @@
/* Increase backdrop image brightness and add some blur */
.backgroundContainer.withBackdrop {
background-color: rgba(0,0,0,0.75);
background-color: rgba(0,0,0,0.65);
backdrop-filter: blur(6px);
}