Merge pull request #1297 from thelounge/astorije/color-previews-zenburn

Fix background color contrast on Zenburn previews
This commit is contained in:
Jérémie Astori 2017-07-04 13:49:29 -04:00 committed by GitHub
commit c7ed85a9a4

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