badges.less: Fix default badge contrast

This commit is contained in:
Florian Strohmaier 2020-10-20 15:37:33 +02:00 committed by Johannes Meyer
parent 4ae71ae1dc
commit 73deefe7c4

View File

@ -8,7 +8,7 @@
.bg-stateful(); .bg-stateful();
.rounded-corners(); .rounded-corners();
background-color: @gray-light; background-color: @gray;
color: @badge-color; color: @badge-color;
display: inline-block; display: inline-block;
font-family: @font-family-wide; font-family: @font-family-wide;