CSS: Use badge-color instead of text-color-inverted

This commit is contained in:
Eric Lippmann 2016-01-05 16:07:28 +01:00
parent d265da1fa9
commit f2f4375125
1 changed files with 2 additions and 1 deletions

View File

@ -1,12 +1,13 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ /*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
@badge-color: @body-bg-color;
@badge-line-height: 1.2; @badge-line-height: 1.2;
@badge-padding: 0.25em; @badge-padding: 0.25em;
.badge { .badge {
.rounded-corners(); .rounded-corners();
background-color: @gray-light; background-color: @gray-light;
color: @text-color-inverted; color: @badge-color;
display: inline-block; display: inline-block;
font-family: @font-family-wide; font-family: @font-family-wide;
font-size: @font-size-small; font-size: @font-size-small;