diff --git a/client/themes/morning.css b/client/themes/morning.css index d886db9e..e4bb1474 100644 --- a/client/themes/morning.css +++ b/client/themes/morning.css @@ -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 {