client/themes: make code blocks more readable in darker themes
This commit is contained in:
parent
00681e876f
commit
15dbbf4efc
@ -195,6 +195,12 @@ body {
|
|||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code,
|
||||||
|
.irc-monospace {
|
||||||
|
background: #242a33;
|
||||||
|
color: #f3f3f3;
|
||||||
|
}
|
||||||
|
|
||||||
/* Embeds */
|
/* Embeds */
|
||||||
#chat .toggle-content {
|
#chat .toggle-content {
|
||||||
background: #242a33;
|
background: #242a33;
|
||||||
|
@ -221,6 +221,12 @@ body {
|
|||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code,
|
||||||
|
.irc-monospace {
|
||||||
|
background: #333;
|
||||||
|
color: #dcdccc;
|
||||||
|
}
|
||||||
|
|
||||||
/* Previews */
|
/* Previews */
|
||||||
|
|
||||||
#chat .toggle-content {
|
#chat .toggle-content {
|
||||||
|
Loading…
Reference in New Issue
Block a user