CSS: Add font-weight-bold to the icinga theme

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-23 11:13:42 +02:00
parent fbbf0bd118
commit bd71f0bbf8
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@
// Background color for <body>
@body-bg-color: #fff;
// Text color on <body>
// Text colors
@text-color: #535353;
@text-color-inverted: @body-bg-color;
@text-color-light: @gray;
@ -18,10 +18,11 @@
// Text color on <a>
@link-color: @text-color;
// Font and line-height for text on <body>
// Font and line-height for text
@font-family: Calibri, Helvetica, sans-serif;
@font-size: 14px;
@font-size-small: 11px;
@font-weight-bold: 600;
@line-height: 17px;
@line-height-small: 14px;