Bug 31753: (follow-up) lighten headers more
OK.. colors are hard!.. This patch increases the 'lighten' parameter a little and hopefully improves the headers and footers of modals slighty back to being less 'bright' green. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
ab92871651
commit
493b90af0c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
$green-text-color: #006100;
|
||||
$background-color-primary: #408540;
|
||||
$background-color-secondary: lighten(saturate(adjust-hue($background-color-primary, -24), 9), 9);
|
||||
$background-color-modal: lighten( saturate( $background-color-secondary, 5 ), 30 );
|
||||
$background-color-modal: lighten( saturate( $background-color-secondary, 5 ), 40 );
|
||||
|
||||
// Copied from Bootstrap 5 without system-ui because of
|
||||
// https://infinnie.github.io/blog/2017/systemui.html
|
||||
|
|
Loading…
Reference in a new issue