Cleaner badge

This commit is contained in:
Laurent Destailleur 2019-10-01 23:47:24 +02:00
parent 9a28da5fdb
commit 847fd8c159

View File

@ -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';