From b566769679473b91d2f63406fba7cc3b44c4fcc1 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 25 Jun 2024 11:11:05 +0200 Subject: Update --- src/_config.scss | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/_config.scss') 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: ( ), --colors: ( - --100: math.div( 0, 12) * 95 + 5, - --200: math.div( 1, 12) * 95 + 5, - --300: math.div( 2, 12) * 95 + 5, - --400: math.div( 3, 12) * 95 + 5, - --500: math.div( 4, 12) * 95 + 5, - --600: math.div( 5, 12) * 95 + 5, - --700: math.div( 6, 12) * 95 + 5, - --800: math.div( 7, 12) * 95 + 5, - --900: math.div( 8, 12) * 95 + 5, - --1000: math.div( 9, 12) * 95 + 5, - --1100: math.div(10, 12) * 95 + 5, - --1200: math.div(11, 12) * 95 + 5, - --1300: math.div(12, 12) * 95 + 5, + --100: math.div( 0, 12) * 96 + 5, + --200: math.div( 1, 12) * 96 + 5, + --300: math.div( 2, 12) * 96 + 5, + --400: math.div( 3, 12) * 96 + 5, + --500: math.div( 4, 12) * 96 + 5, + --600: math.div( 5, 12) * 96 + 5, + --700: math.div( 6, 12) * 96 + 5, + --800: math.div( 7, 12) * 96 + 5, + --900: math.div( 8, 12) * 96 + 5, + --1000: math.div( 9, 12) * 96 + 5, + --1100: math.div(10, 12) * 96 + 5, + --1200: math.div(11, 12) * 96 + 5, + --1300: math.div(12, 12) * 96 + 5, ), ), -- cgit v1.2.3-70-g09d2