diff options
Diffstat (limited to 'src/_declare-vars.scss')
| -rw-r--r-- | src/_declare-vars.scss | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss index 92c14e5..d4c2d38 100644 --- a/src/_declare-vars.scss +++ b/src/_declare-vars.scss | |||
| @@ -192,7 +192,10 @@ | |||
| 192 | --fg: fn.color(--gray --10, null), // Text | 192 | --fg: fn.color(--gray --10, null), // Text |
| 193 | --fg-lo: fn.color(--gray --11, null), // Strong text | 193 | --fg-lo: fn.color(--gray --11, null), // Strong text |
| 194 | 194 | ||
| 195 | --border: iro.props-get-static(--colors --gray --5, 'palette-light'), | 195 | --border: ( |
| 196 | --regular: fn.color(--obj, null), | ||
| 197 | --stable: iro.props-get-static(--colors --gray --5, 'palette-light'), | ||
| 198 | ), | ||
| 196 | 199 | ||
| 197 | --blue: fn.color-palette(blend.lch(48% 50 279)), | 200 | --blue: fn.color-palette(blend.lch(48% 50 279)), |
| 198 | --purple: fn.color-palette(blend.lch(48% 50 308)), | 201 | --purple: fn.color-palette(blend.lch(48% 50 308)), |
| @@ -252,7 +255,9 @@ | |||
| 252 | 255 | ||
| 253 | @include iro.props-store(( | 256 | @include iro.props-store(( |
| 254 | --colors: ( | 257 | --colors: ( |
| 255 | --border: iro.props-get-static(--colors --gray --5, 'palette-dark'), | 258 | --border: ( |
| 259 | --stable: iro.props-get-static(--colors --gray --5, 'palette-dark'), | ||
| 260 | ), | ||
| 256 | 261 | ||
| 257 | --blue: fn.color-palette(blend.lch(63% 50 279), -1), | 262 | --blue: fn.color-palette(blend.lch(63% 50 279), -1), |
| 258 | --purple: fn.color-palette(blend.lch(63% 50 308), -1), | 263 | --purple: fn.color-palette(blend.lch(63% 50 308), -1), |
