From 210349f2a28fb37b8cafac980e3f5fac894cc7f9 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 16 Mar 2022 19:00:21 +0100 Subject: Added alert --- src/_declare-vars.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/_declare-vars.scss') diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss index 2d7d723..998608a 100644 --- a/src/_declare-vars.scss +++ b/src/_declare-vars.scss @@ -120,12 +120,13 @@ --purple: fn.color-palette(blend.lch(48% 50 308)), --red: fn.color-palette(blend.lch(48% 50 23)), --green: fn.color-palette(blend.lch(63% 50 147)), - --yellow: fn.color-palette(blend.lch(73% 50 80)), + --yellow: fn.color-palette(blend.lch(68% 50 70)), --accent: ( --primary: iro.props-ref('colors', --colors --blue), --error: iro.props-ref('colors', --colors --red), --success: iro.props-ref('colors', --colors --green), + --warning: iro.props-ref('colors', --colors --yellow), --link-idle: iro.props-ref('colors', --colors --blue), --link-visited: iro.props-ref('colors', --colors --purple), ), @@ -165,12 +166,13 @@ --purple: fn.color-palette(blend.lch(63% 50 308), -1), --red: fn.color-palette(blend.lch(63% 50 23), -1), --green: fn.color-palette(blend.lch(78% 50 147), -1), - --yellow: fn.color-palette(blend.lch(88% 50 80), -1), + --yellow: fn.color-palette(blend.lch(88% 50 70), -1), --accent: ( --primary: iro.props-ref('colors-dark', --colors --blue), --error: iro.props-ref('colors-dark', --colors --red), --success: iro.props-ref('colors-dark', --colors --green), + --warning: iro.props-ref('colors-dark', --colors --yellow), --link-idle: iro.props-ref('colors-dark', --colors --blue), --link-visited: iro.props-ref('colors-dark', --colors --purple), ), -- cgit v1.2.3-54-g00ecf