Commit a7f365cd authored by Henk Verlinde's avatar Henk Verlinde
Browse files

ux: update doks highlight.js style

parent 2c06dd92
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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;
}