Skip to content

Commit

Permalink
CSS: Add Icinga theme (WIP)
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 18, 2015
1 parent 3b135c6 commit cf8548a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/Icinga/Web/StyleSheet.php
Expand Up @@ -12,6 +12,7 @@ class StyleSheet
protected static $lessFiles = array(
'../application/fonts/fontello-ifont/css/ifont-embedded.css',
'css/vendor/tipsy.css',
'css/icinga/themes/icinga.less',
'css/icinga/mixins.less',
'css/icinga/defaults.less',
'css/icinga/animation.less',
Expand Down
18 changes: 18 additions & 0 deletions public/css/icinga/themes/icinga.less
@@ -0,0 +1,18 @@
// Gray colors
@gray: #9E9E9E;
@gray-light: #EEEEEE;
@gray-lighter: #F7F7F7;

// Icinga colors
@icinga-blue: #0095BF;

// Background color for <body>
@body-bg-color: #fff;

// Text color on <body>
@text-color: #535353;

// Text color on <a>
@link-color: @text-color;

@font-family: Calibri, Helvetica, sans-serif;

0 comments on commit cf8548a

Please sign in to comment.