css: remove highlightjs styles as we no longer use them

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-10-11 14:57:50 +02:00
parent 1c2a455346
commit f0ee00befc
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 0 additions and 15 deletions

View File

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

View File

@ -15,7 +15,6 @@
@import "content";
@import "utilities";
@import "perldoc";
@import "github";
@import "overrides";
@import "mobile";
@import "notes";