Fix bug with background color bleeding through

This commit is contained in:
Tor Hveem 2014-09-17 13:02:04 +02:00 committed by David Cormier
parent f86b1081c7
commit 3964fcc674

View file

@ -1,10 +1,9 @@
body {
background-color: #f7f7f7;
background-color: #fdfdfd;
color: #181818;
}
#bufferlines {
background-color: #fdfdfd;
#nicklist, .footer {
background-color: #f7f7f7;
}
html {