From 248cdb56606499205fab0281b4fd84ab0dfc143d Mon Sep 17 00:00:00 2001 From: Thomas Gelf <thomas@gelf.net> Date: Thu, 5 Jun 2014 03:22:26 +0000 Subject: [PATCH] CSS: set default fore- and background Just to be on the safe side... --- public/css/icinga/defaults.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/icinga/defaults.less b/public/css/icinga/defaults.less index 727957c76..ce79911cf 100644 --- a/public/css/icinga/defaults.less +++ b/public/css/icinga/defaults.less @@ -8,6 +8,11 @@ html, body { height: 100%; } +html { + color: #000; + background: #fff; +} + img { border: none; }