diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 4e78e2e4..ce00c2ff 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -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%);