ux: update doks highlight.js style

This commit is contained in:
Henk Verlinde 2021-03-19 15:21:08 +01:00
parent 2c06dd92d0
commit a7f365cd4a
1 changed files with 13 additions and 0 deletions

View File

@ -192,11 +192,24 @@ body.dark ::selection {
background: $selection-color-dark;
}
body.dark pre code::-webkit-scrollbar-thumb {
background: $border-dark;
}
body.dark code:not(.hljs) {
background: $body-overlay-dark;
color: $body-color-dark;
}
body.dark pre code:hover {
scrollbar-width: thin;
scrollbar-color: $border-dark transparent;
}
body.dark pre code::-webkit-scrollbar-thumb:hover {
background: $border-dark;
}
body.dark blockquote {
border-left: 3px solid $border-dark;
}