Further decrease sheet opacity

This commit is contained in:
Carlos Fernandez 2026-05-16 20:56:36 -04:00
parent d372f3df9b
commit 6fcb7ef455
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;
});