CSS: set default fore- and background
Just to be on the safe side...
This commit is contained in:
parent
6e6df999dd
commit
248cdb5660
public/css/icinga
|
@ -8,6 +8,11 @@ html, body {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
html {
|
||||
color: #000;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue