mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Fix background color contrast on Zenburn previews
This commit is contained in:
parent
a7ddfbc8a3
commit
a96b071fb3
1 changed files with 4 additions and 3 deletions
|
@ -59,7 +59,7 @@ body {
|
|||
}
|
||||
|
||||
#footer {
|
||||
background: #33332f;
|
||||
background: #333;
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
|
||||
|
@ -237,10 +237,11 @@ body {
|
|||
color: #ccc;
|
||||
}
|
||||
|
||||
/* Embeds */
|
||||
/* Previews */
|
||||
|
||||
#chat .toggle-content,
|
||||
#chat .toggle-button {
|
||||
background: #93b3a3;
|
||||
background: #333;
|
||||
color: #dcdccc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue