CSS: set default fore- and background

Just to be on the safe side...
This commit is contained in:
Thomas Gelf 2014-06-05 03:22:26 +00:00
parent 6e6df999dd
commit 248cdb5660
1 changed files with 5 additions and 0 deletions
public/css/icinga

View File

@ -8,6 +8,11 @@ html, body {
height: 100%;
}
html {
color: #000;
background: #fff;
}
img {
border: none;
}