From 586b4f6e43febc1e68796caa69808a8b33eb6292 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 24 Jun 2024 20:44:38 +0200 Subject: Add static button themes --- src/_config.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/_config.scss') diff --git a/src/_config.scss b/src/_config.scss index eb52b5a..ce72c8e 100644 --- a/src/_config.scss +++ b/src/_config.scss @@ -55,6 +55,18 @@ $static-colors: ( --green: oklch(56% 0.14 150.48), --yellow: oklch(56% 0.14 84.08), ), + + --transparents: ( + --100: 0, + --200: .1, + --300: .25, + --400: .4, + --500: .55, + --600: .7, + --700: .8, + --800: .9, + --900: 1, + ), ) !default; $theme-light: ( -- cgit v1.2.3-70-g09d2