Fix bug with background color bleeding through
This commit is contained in:
parent
f86b1081c7
commit
3964fcc674
@ -1,10 +1,9 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #f7f7f7;
|
background-color: #fdfdfd;
|
||||||
color: #181818;
|
color: #181818;
|
||||||
}
|
}
|
||||||
|
#nicklist, .footer {
|
||||||
#bufferlines {
|
background-color: #f7f7f7;
|
||||||
background-color: #fdfdfd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
Loading…
Reference in New Issue
Block a user