This commit is contained in:
Big Flubba 2025-10-26 10:28:41 -04:00 committed by GitHub
commit 3fe0716a1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
CSS/theme-elegance.css Normal file
View File

@ -0,0 +1,12 @@
/* Variables */
:root {
--primary-background-color: rgba(0,0,0,0.9);
--secondary-background-color: rgba(2,2,2,0.9);
--primary-background-transparent: rgba(2,2,2,0.2);
}
/* Increase backdrop image brightness and add some blur */
.backgroundContainer.withBackdrop {
background-color: rgba(0,0,0,0.65);
backdrop-filter: blur(6px);
}