diff --git a/client/src/components/layouts/night.css b/client/src/components/layouts/night.css index baef468a1f..33e998f73f 100644 --- a/client/src/components/layouts/night.css +++ b/client/src/components/layouts/night.css @@ -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; }