Merged with development

This commit is contained in:
WBHarry 2025-08-23 18:17:32 +02:00
commit bd76e22e8d
1096 changed files with 11080 additions and 5102 deletions

View file

@ -4,12 +4,20 @@
// Theme handling
.appTheme({
background: @dark-blue-60;
backdrop-filter: blur(10px);
background: @dark-blue-90;
backdrop-filter: blur(8px);
}, {
background: url('../assets/parchments/dh-parchment-light.png') no-repeat center;
});
body.game:is(.performance-low, .noblur) {
.themed.theme-dark .application.daggerheart.sheet.dh-style,
.themed.theme-dark.application.daggerheart.sheet.dh-style,
&.theme-dark .application.daggerheart {
background: @dark-blue;
}
}
.application.sheet.dh-style {
border-radius: 10px;