summaryrefslogtreecommitdiffstats
path: root/assets/css/_declare-vars.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-07-30 18:06:54 +0200
committerVolpeon <git@volpeon.ink>2022-07-30 18:06:54 +0200
commitac9e90a891e596f224d907c75ee0fa0839ca535e (patch)
treef3a51453ae294ddd398ff612202f07139e4a0723 /assets/css/_declare-vars.scss
parentUpdate (diff)
downloadvolpeon.ink-ac9e90a891e596f224d907c75ee0fa0839ca535e.tar.gz
volpeon.ink-ac9e90a891e596f224d907c75ee0fa0839ca535e.tar.bz2
volpeon.ink-ac9e90a891e596f224d907c75ee0fa0839ca535e.zip
Update
Diffstat (limited to 'assets/css/_declare-vars.scss')
-rw-r--r--assets/css/_declare-vars.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/_declare-vars.scss b/assets/css/_declare-vars.scss
index 38aaa21..6ffbb11 100644
--- a/assets/css/_declare-vars.scss
+++ b/assets/css/_declare-vars.scss
@@ -71,3 +71,9 @@
71 ), 71 ),
72 ) 72 )
73), 'xs'); 73), 'xs');
74
75@include iro.props-store((
76 --colors: (
77 --gray: fn.gray-palette(15%),
78 ),
79), 'palette-dark-lo');