ux: update doks highlight.js style

This commit is contained in:
Henk Verlinde 2021-03-19 14:13:32 +01:00
parent 991e80edc5
commit 9d66b68b24
1 changed files with 2 additions and 7 deletions

View File

@ -8,11 +8,6 @@ Doks — based on Ascetic by (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
display: block;
overflow-x: auto;
padding: 0.5em;
background: $beige;
color: $black;
}
body.dark .hljs {
background: $body-overlay-dark;
color: $body-color-dark;
}
@ -26,14 +21,14 @@ body.dark .hljs {
.hljs-addition,
.hljs-attribute,
.hljs-link {
color: #888;
color: $blue-300;
}
.hljs-comment,
.hljs-quote,
.hljs-meta,
.hljs-deletion {
color: #ccc;
color: #888;
}
.hljs-keyword,