From 5d6bd18398e4597b75cd0ffd0e9a7183333b661f Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 21 Oct 2022 11:52:43 +0100 Subject: [PATCH] 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 --- koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss index cfae4151c3..72a8aa17ba 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss @@ -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 -- 2.20.1