mirror of https://github.com/docker/docs.git
css: remove highlightjs styles as we no longer use them
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
1c2a455346
commit
f0ee00befc
|
@ -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;
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
@import "content";
|
||||
@import "utilities";
|
||||
@import "perldoc";
|
||||
@import "github";
|
||||
@import "overrides";
|
||||
@import "mobile";
|
||||
@import "notes";
|
||||
|
|
Loading…
Reference in New Issue