Skip to content

Commit

Permalink
CSS: Add font-weight-bold to the icinga theme
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 23, 2015
1 parent fbbf0bd commit bd71f0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/css/icinga/themes/icinga.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@
// 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;

// 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;

Expand Down

0 comments on commit bd71f0b

Please sign in to comment.