From e7152fb96f4fdd21324a6b8d533656d1e69c2f76 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 30 Jun 2024 05:50:06 +0800 Subject: [PATCH] chore: adjust bew-fill-alt color when disable frosted glass --- src/styles/variables.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 1479c03b..4e78e2e4 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -179,7 +179,7 @@ // You can use this as the frosted glass mask, such as on the right side of the "Watch Later" page panel and the "Favorites" page panel --bew-fill-4: rgb(131 131 145 / 43%); - --bew-fill-alt: rgb(255 255 255 / 33%); + --bew-fill-alt: rgb(255 255 255 / 43%); // #endregion --bew-border-color: rgb(131 131 145 / 18%); @@ -250,6 +250,7 @@ --bew-filter-glass-2: none; --bew-shadow-edge-glow-1: 0 0 0 transparent; --bew-shadow-edge-glow-2: 0 0 0 transparent; + --bew-fill-alt: var(--bew-content-solid); } :host(.reduce-frosted-glass-blur),