From f0ee00befc835a4684ac829e4d5a8e019cf22a6a Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sun, 11 Oct 2020 14:57:50 +0200 Subject: [PATCH] css: remove highlightjs styles as we no longer use them Signed-off-by: Sebastiaan van Stijn --- _scss/_night-mode.scss | 14 -------------- css/style.scss | 1 - 2 files changed, 15 deletions(-) diff --git a/_scss/_night-mode.scss b/_scss/_night-mode.scss index a6fdc1a0df..6d677f0d01 100755 --- a/_scss/_night-mode.scss +++ b/_scss/_night-mode.scss @@ -151,20 +151,6 @@ body.night { -webkit-filter: grayscale(100%); filter: grayscale(100%); } - .hljs { - color: #f5f5f5!important; - } - .hljs-tag, - .hljs-name, - .hljs-attribute { - color: #e3e3f2!important; - font-weight: normal; - } - .hljs-keyword, - .hljs-selector-tag, - .hljs-subst { - color: #f5f5f5!important; - } div#autocompleteResults { background: $bg-search-results-night; border: 1px solid $black; diff --git a/css/style.scss b/css/style.scss index 4c65c21b26..e8df3af752 100644 --- a/css/style.scss +++ b/css/style.scss @@ -15,7 +15,6 @@ @import "content"; @import "utilities"; @import "perldoc"; -@import "github"; @import "overrides"; @import "mobile"; @import "notes";