diff options
Diffstat (limited to 'src')
-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 | ||