From a74e6a06433bedf28e81bf8f6dd196e4af10e081 Mon Sep 17 00:00:00 2001 From: hakadao Date: Mon, 3 Jun 2024 01:22:05 +0800 Subject: [PATCH] feat: update --bew-content-opacity to 0.74 --- src/styles/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index ae142a82..83dfe2b5 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -103,7 +103,7 @@ 240 31% 96% / var(--bew-homepage-bg-mask-opacity) ); - --bew-content-opacity: 0.8; + --bew-content-opacity: 0.74; // #region content colors, used to buttons, cards, popover and so on --bew-content-1: hsl(0 0% 100% / var(--bew-content-opacity));