summaryrefslogtreecommitdiffstats
path: root/src/_functions.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_functions.scss')
-rw-r--r--src/_functions.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_functions.scss b/src/_functions.scss
index 5a30a88..7b43d95 100644
--- a/src/_functions.scss
+++ b/src/_functions.scss
@@ -125,7 +125,7 @@
125 $colors: multi-contrast(blend.lch($lightness * 1% 0 0), $grays, config.$wanted-grays); 125 $colors: multi-contrast(blend.lch($lightness * 1% 0 0), $grays, config.$wanted-grays);
126 126
127 @each $key, $color in $colors { 127 @each $key, $color in $colors {
128 $colors: map.set($colors, $key, hsl(color(--gray --h), color(--gray --s), lightness($color))); 128 $colors: map.set($colors, $key, $color);
129 } 129 }
130 130
131 @return $colors; 131 @return $colors;