From a2d3297ab515bf9512aae1d9f75feac679b40239 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 26 Jan 2025 01:52:49 +0800 Subject: [PATCH] chore: tweak styles --- src/styles/variables.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index b042887d..c06f3f9c 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -335,11 +335,12 @@ --bg2_float: var(--bew-elevated-solid); // --graph_white: var(--bew-bg); --graph_bg_thin: var(--bew-content-solid); - --graph_bg_regular: var(--bew-content-alt-solid); - --graph_bg_thick: var(--bew-elevated-solid); - --graph_weak: var(--bew-content-solid-hover); - --graph_medium: var(--bew-content-alt-solid-hover); - --graph_icon: var(--Ga7); + --graph_bg_regular: color-mix(in oklab, var(--bew-content-solid), white 10%); + --graph_bg_thick: color-mix(in oklab, var(--bew-content-solid), white 20%); + --graph_weak: color-mix(in oklab, var(--bew-content-solid), white 30%); + --graph_medium: color-mix(in oklab, var(--bew-content-solid), white 40%); + --graph_bold: color-mix(in oklab, var(--bew-content-solid), white 50%); + --graph_icon: color-mix(in oklab, var(--bew-content-solid), white 60%); --shadow: var(--Ba0); --text_white: var(--Wh0_u); --text1: var(--bew-text-1);