@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss +++ a/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 --