summaryrefslogtreecommitdiffstats
path: root/src/_config.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_config.scss')
-rw-r--r--src/_config.scss12
1 files changed, 12 insertions, 0 deletions
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: (
55 --green: oklch(56% 0.14 150.48), 55 --green: oklch(56% 0.14 150.48),
56 --yellow: oklch(56% 0.14 84.08), 56 --yellow: oklch(56% 0.14 84.08),
57 ), 57 ),
58
59 --transparents: (
60 --100: 0,
61 --200: .1,
62 --300: .25,
63 --400: .4,
64 --500: .55,
65 --600: .7,
66 --700: .8,
67 --800: .9,
68 --900: 1,
69 ),
58) !default; 70) !default;
59 71
60$theme-light: ( 72$theme-light: (