From a96b071fb3ef861db248f9a654f99f7f372298ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Tue, 4 Jul 2017 13:39:39 -0400 Subject: [PATCH] Fix background color contrast on Zenburn previews --- client/themes/zenburn.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/themes/zenburn.css b/client/themes/zenburn.css index 9b93e2ef..a3f3e05e 100644 --- a/client/themes/zenburn.css +++ b/client/themes/zenburn.css @@ -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; }