Merge pull request #2135 from williamboman/fix/stock-themes-code-blocks
Make code blocks more readable in darker themes
This commit is contained in:
commit
f7a828122c
@ -195,6 +195,12 @@ body {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
code,
|
||||
.irc-monospace {
|
||||
background: #242a33;
|
||||
color: #f3f3f3;
|
||||
}
|
||||
|
||||
/* Embeds */
|
||||
#chat .toggle-content {
|
||||
background: #242a33;
|
||||
|
@ -221,6 +221,12 @@ body {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
code,
|
||||
.irc-monospace {
|
||||
background: #333;
|
||||
color: #dcdccc;
|
||||
}
|
||||
|
||||
/* Previews */
|
||||
|
||||
#chat .toggle-content {
|
||||
|
Loading…
Reference in New Issue
Block a user