diff options
author | Volpeon <git@volpeon.ink> | 2023-02-06 09:28:35 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-02-06 09:28:35 +0100 |
commit | 9f0a703fe3692259d7aa4760f8e41c2195b136da (patch) | |
tree | 68d485d986bedc00386731a57094aa796cfc8efb | |
parent | Fixed action menu border (diff) | |
download | iro-design-9f0a703fe3692259d7aa4760f8e41c2195b136da.tar.gz iro-design-9f0a703fe3692259d7aa4760f8e41c2195b136da.tar.bz2 iro-design-9f0a703fe3692259d7aa4760f8e41c2195b136da.zip |
Adjusted palettes
-rw-r--r-- | src/_declare-vars.scss | 6 |
1 files 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 @@ | |||
160 | 160 | ||
161 | @include iro.props-store(( | 161 | @include iro.props-store(( |
162 | --colors: ( | 162 | --colors: ( |
163 | --gray: fn.gray-palette(96%), | 163 | --gray: fn.gray-palette(97%), |
164 | ), | 164 | ), |
165 | ), 'palette-light'); | 165 | ), 'palette-light'); |
166 | 166 | ||
@@ -244,13 +244,13 @@ | |||
244 | 244 | ||
245 | @include iro.props-store(( | 245 | @include iro.props-store(( |
246 | --colors: ( | 246 | --colors: ( |
247 | --gray: fn.gray-palette(9%), | 247 | --gray: fn.gray-palette(12%), |
248 | ), | 248 | ), |
249 | ), 'palette-dark'); | 249 | ), 'palette-dark'); |
250 | 250 | ||
251 | @include iro.props-store(( | 251 | @include iro.props-store(( |
252 | --colors: ( | 252 | --colors: ( |
253 | --gray: fn.gray-palette(13%), | 253 | --gray: fn.gray-palette(17%), |
254 | ), | 254 | ), |
255 | ), 'palette-dark-lo'); | 255 | ), 'palette-dark-lo'); |
256 | 256 | ||