From 1fc01215521ccf61bab59ebd4ab44846da88ec02 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 Nov 2020 13:12:41 +0100 Subject: [PATCH] css --- htdocs/theme/eldy/theme_vars.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/theme_vars.inc.php b/htdocs/theme/eldy/theme_vars.inc.php index 293dc6a2c39..850c39b6567 100644 --- a/htdocs/theme/eldy/theme_vars.inc.php +++ b/htdocs/theme/eldy/theme_vars.inc.php @@ -81,7 +81,7 @@ $toolTipFontColor = '#333'; $textSuccess = '#28a745'; $colorblind_deuteranopes_textSuccess = '#37de5d'; $textWarning = '#bc9526'; // See $badgeWarning -$textDanger = '#9f4705'; // See $badgeDanger +$textDanger = '#af4705'; // See $badgeDanger $colorblind_deuteranopes_textWarning = $textWarning; // currently not tested with a color blind people so use default color @@ -91,7 +91,7 @@ $badgeSecondary = '#aaaabb'; $badgeInfo = '#aaaabb'; $badgeSuccess = '#55a580'; $badgeWarning = '#bc9526'; // See $textWarning bc9526 -$badgeDanger = '#9f4705'; // See $textDanger +$badgeDanger = '#af4705'; // See $textDanger $badgeDark = '#343a40'; $badgeLight = '#f8f9fa';