diff --git a/client/themes/morning.css b/client/themes/morning.css index 8ad8c3f8..0e01a6ac 100644 --- a/client/themes/morning.css +++ b/client/themes/morning.css @@ -195,6 +195,12 @@ body { color: #ccc; } +code, +.irc-monospace { + background: #242a33; + color: #f3f3f3; +} + /* Embeds */ #chat .toggle-content { background: #242a33; diff --git a/client/themes/zenburn.css b/client/themes/zenburn.css index 3e48afbd..62cf36ad 100644 --- a/client/themes/zenburn.css +++ b/client/themes/zenburn.css @@ -221,6 +221,12 @@ body { color: #ccc; } +code, +.irc-monospace { + background: #333; + color: #dcdccc; +} + /* Previews */ #chat .toggle-content {