chore: adjust bew-fill-alt color when disable frosted glass

This commit is contained in:
Hakadao
2024-06-30 14:26:21 +08:00
parent 4177bf6e61
commit aba8dbcf2d

View File

@@ -253,6 +253,11 @@
--bew-fill-alt: var(--bew-content-solid);
}
:host(.disable-frosted-glass.dark),
:root.disable-frosted-glass.dark {
--bew-fill-alt: var(--bew-fill-1);
}
:host(.reduce-frosted-glass-blur),
:root.reduce-frosted-glass-blur {
--bew-filter-glass-1: blur(10px) saturate(180%);