From 4ba272810e43b2292baaa697628ee6eb8a06e296 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Wed, 19 Jun 2024 12:37:42 +0800 Subject: [PATCH] chore: improve css variable descriptions --- src/styles/variables.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 0e07ff95..537b4c7a 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -45,6 +45,8 @@ // #endregion // #region Theme Color & Status Colors + // To add a hover effect to theme or status colors, use the `--bew-*-color` for the base color and `--bew-*-color-80` for the hover state + --bew-logo-color: var(--bew-theme-color); // In light mode use the theme color; in dark mode use white