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";