summaryrefslogtreecommitdiffstats
path: root/src/_config.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_config.scss')
-rw-r--r--src/_config.scss26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/_config.scss b/src/_config.scss
index ce72c8e..fd338a9 100644
--- a/src/_config.scss
+++ b/src/_config.scss
@@ -88,19 +88,19 @@ $theme-light: (
88 ), 88 ),
89 89
90 --colors: ( 90 --colors: (
91 --100: math.div( 0, 12) * 95 + 5, 91 --100: math.div( 0, 12) * 96 + 5,
92 --200: math.div( 1, 12) * 95 + 5, 92 --200: math.div( 1, 12) * 96 + 5,
93 --300: math.div( 2, 12) * 95 + 5, 93 --300: math.div( 2, 12) * 96 + 5,
94 --400: math.div( 3, 12) * 95 + 5, 94 --400: math.div( 3, 12) * 96 + 5,
95 --500: math.div( 4, 12) * 95 + 5, 95 --500: math.div( 4, 12) * 96 + 5,
96 --600: math.div( 5, 12) * 95 + 5, 96 --600: math.div( 5, 12) * 96 + 5,
97 --700: math.div( 6, 12) * 95 + 5, 97 --700: math.div( 6, 12) * 96 + 5,
98 --800: math.div( 7, 12) * 95 + 5, 98 --800: math.div( 7, 12) * 96 + 5,
99 --900: math.div( 8, 12) * 95 + 5, 99 --900: math.div( 8, 12) * 96 + 5,
100 --1000: math.div( 9, 12) * 95 + 5, 100 --1000: math.div( 9, 12) * 96 + 5,
101 --1100: math.div(10, 12) * 95 + 5, 101 --1100: math.div(10, 12) * 96 + 5,
102 --1200: math.div(11, 12) * 95 + 5, 102 --1200: math.div(11, 12) * 96 + 5,
103 --1300: math.div(12, 12) * 95 + 5, 103 --1300: math.div(12, 12) * 96 + 5,
104 ), 104 ),
105 ), 105 ),
106 106