From 847fd8c15964341fd445661367253ed4edd22130 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 1 Oct 2019 23:47:24 +0200 Subject: [PATCH] Cleaner badge --- htdocs/theme/eldy/theme_vars.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/theme_vars.inc.php b/htdocs/theme/eldy/theme_vars.inc.php index 4794cd7ad45..0858c74cf62 100644 --- a/htdocs/theme/eldy/theme_vars.inc.php +++ b/htdocs/theme/eldy/theme_vars.inc.php @@ -87,7 +87,7 @@ $colorblind_deuteranopes_textWarning = $textWarning; // currently not tested wit // Badges colors $badgePrimary ='#007bff'; -$badgeSecondary ='#999999'; +$badgeSecondary ='#cccccc'; $badgeSuccess ='#28a745'; $badgeDanger ='#9f4705'; $badgeWarning ='#ffc107';