From 9f0a703fe3692259d7aa4760f8e41c2195b136da Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 6 Feb 2023 09:28:35 +0100 Subject: Adjusted palettes --- src/_declare-vars.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss index d15705b..051d20b 100644 --- a/src/_declare-vars.scss +++ b/src/_declare-vars.scss @@ -160,7 +160,7 @@ @include iro.props-store(( --colors: ( - --gray: fn.gray-palette(96%), + --gray: fn.gray-palette(97%), ), ), 'palette-light'); @@ -244,13 +244,13 @@ @include iro.props-store(( --colors: ( - --gray: fn.gray-palette(9%), + --gray: fn.gray-palette(12%), ), ), 'palette-dark'); @include iro.props-store(( --colors: ( - --gray: fn.gray-palette(13%), + --gray: fn.gray-palette(17%), ), ), 'palette-dark-lo'); -- cgit v1.2.3-54-g00ecf