From 64381b6e38a934ebe5fff43fc7caeb09a287dd6a Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Wed, 15 Nov 2017 16:43:43 -0800 Subject: [PATCH] dark-mode: Remove unnecessary CSS and fix dark mode bugs. --- static/styles/dark.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/styles/dark.css b/static/styles/dark.css index 6f49fc50e5..c9f13758cc 100644 --- a/static/styles/dark.css +++ b/static/styles/dark.css @@ -227,9 +227,3 @@ body.dark-mode .nav-list > li > a, body.dark-mode .nav-list .nav-header { text-shadow: none; } - -body.dark-mode .message_content code { - background-color: hsl(212, 25%, 15%); - border-color: hsla(0, 0%, 0%, 0.5); - color: inherit; -}