From d4df02c7e2be1118f8f6fbe7974be8de09a8970f Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Tue, 7 May 2019 17:53:19 +0200 Subject: [PATCH] fix: Sync blockquote, code and pre's color in night mode --- client/src/components/layouts/night.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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; }