Merge pull request #2135 from williamboman/fix/stock-themes-code-blocks

Make code blocks more readable in darker themes
This commit is contained in:
Pavel Djundik 2018-03-01 11:45:38 +02:00 committed by GitHub
commit f7a828122c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {