diff --git a/library/Icinga/Web/StyleSheet.php b/library/Icinga/Web/StyleSheet.php index f22e66d33..96400f74c 100644 --- a/library/Icinga/Web/StyleSheet.php +++ b/library/Icinga/Web/StyleSheet.php @@ -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', diff --git a/public/css/icinga/themes/icinga.less b/public/css/icinga/themes/icinga.less new file mode 100644 index 000000000..2e925ae5a --- /dev/null +++ b/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-bg-color: #fff; + +// Text color on +@text-color: #535353; + +// Text color on +@link-color: @text-color; + +@font-family: Calibri, Helvetica, sans-serif;