dark-mode: Remove unnecessary CSS and fix dark mode bugs.

This commit is contained in:
Brock Whittaker 2017-11-15 16:43:43 -08:00 committed by Tim Abbott
parent be832387c5
commit 64381b6e38
1 changed files with 0 additions and 6 deletions

View File

@ -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;
}