Fix background color contrast on Zenburn previews

This commit is contained in:
Jérémie Astori 2017-07-04 13:39:39 -04:00
parent a7ddfbc8a3
commit a96b071fb3
No known key found for this signature in database
GPG Key ID: B9A4F245CD67BDE8
1 changed files with 4 additions and 3 deletions

View File

@ -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;
}