summaryrefslogtreecommitdiffstats
path: root/src/_config.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-06-28 14:22:27 +0200
committerVolpeon <git@volpeon.ink>2024-06-28 14:22:27 +0200
commitf98a5c58c830a283d07d8efad4502281a5e0369e (patch)
tree84c4abdd260e595c7b314d79ae7af58bd406bf67 /src/_config.scss
parentAdd card (diff)
downloadiro-design-f98a5c58c830a283d07d8efad4502281a5e0369e.tar.gz
iro-design-f98a5c58c830a283d07d8efad4502281a5e0369e.tar.bz2
iro-design-f98a5c58c830a283d07d8efad4502281a5e0369e.zip
Update
Diffstat (limited to 'src/_config.scss')
-rw-r--r--src/_config.scss8
1 files changed, 8 insertions, 0 deletions
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: (
156 --bg-l1: --base --100, 156 --bg-l1: --base --100,
157 --bg-base: --base --200, 157 --bg-base: --base --200,
158 )), 158 )),
159
160 --constants: (
161 --shadow: rgba(#000, 0.15),
162 ),
159) !default; 163) !default;
160 164
161$theme-dark: ( 165$theme-dark: (
@@ -212,6 +216,10 @@ $theme-dark: (
212 --bg-l1: --base --75, 216 --bg-l1: --base --75,
213 --bg-l2: --base --100, 217 --bg-l2: --base --100,
214 )), 218 )),
219
220 --constants: (
221 --shadow: rgba(#000, 0.5),
222 ),
215) !default; 223) !default;
216 224
217$themes: ( 225$themes: (