fix: Sync blockquote, code and pre's color in night mode

This commit is contained in:
Oliver Eyton-Williams
2019-05-07 17:53:19 +02:00
committed by mrugesh mohapatra
parent 0e24bffe22
commit d4df02c7e2

View File

@ -36,19 +36,12 @@
background: #2a2a2a;
}
.night .challenge-instructions pre,
.night .challenge-instructions pre code,
.night .challenge-instructions blockquote,
.night blockquote,
.night code,
.night pre {
background: #222;
}
.night .challenge-instructions pre,
.night .challenge-instructions pre code {
background-color: #242424;
color: #02a902;
}
.night code {
background-color: #242424;
color: #02a902;
}