client/themes: make code blocks more readable in darker themes

This commit is contained in:
William Boman 2018-02-28 23:09:46 +01:00
parent 00681e876f
commit 15dbbf4efc
2 changed files with 12 additions and 0 deletions

View file

@ -195,6 +195,12 @@ body {
color: #ccc;
}
code,
.irc-monospace {
background: #242a33;
color: #f3f3f3;
}
/* Embeds */
#chat .toggle-content {
background: #242a33;

View file

@ -221,6 +221,12 @@ body {
color: #ccc;
}
code,
.irc-monospace {
background: #333;
color: #dcdccc;
}
/* Previews */
#chat .toggle-content {