Further decrease sheet opacity (#1897)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run

This commit is contained in:
Carlos Fernandez 2026-05-17 07:43:55 -04:00 committed by GitHub
parent 47960fdd61
commit 0492507bd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -4,8 +4,8 @@
// Theme handling
.appTheme({
background: @dark-blue-90;
backdrop-filter: blur(8px);
background: @dark-blue-d0;
backdrop-filter: blur(7px);
}, {
background: url('../assets/parchments/dh-parchment-light.png') no-repeat center;
});