From f98a5c58c830a283d07d8efad4502281a5e0369e Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 28 Jun 2024 14:22:27 +0200 Subject: Update --- src/_config.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/_config.scss') diff --git a/src/_config.scss b/src/_config.scss index 56a74e1..ffba8c9 100644 --- a/src/_config.scss +++ b/src/_config.scss @@ -156,6 +156,10 @@ $theme-light: ( --bg-l1: --base --100, --bg-base: --base --200, )), + + --constants: ( + --shadow: rgba(#000, 0.15), + ), ) !default; $theme-dark: ( @@ -212,6 +216,10 @@ $theme-dark: ( --bg-l1: --base --75, --bg-l2: --base --100, )), + + --constants: ( + --shadow: rgba(#000, 0.5), + ), ) !default; $themes: ( -- cgit v1.2.3-54-g00ecf