Fix preview toggle button on Morning

This commit is contained in:
Jérémie Astori 2017-07-14 20:22:45 -04:00
parent 6823fc2c29
commit d2a3287800
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -214,13 +214,15 @@ body {
/* Embeds */
#chat .toggle-content,
#chat .toggle-button {
background: #242a33;
color: #f3f3f3;
}
#chat .toggle-content img {
float: left;
margin-right: .5em;
#chat .toggle-button:hover {
color: rgba(243, 243, 243, .8);
}
#chat .toggle-content {
background: #242a33;
}
#chat .toggle-content .body {