Use dark theme for highlight.js that actually overwrites the values of the light theme

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2021-09-16 19:53:44 +02:00
parent c5589c5b11
commit cd79aeddac

View file

@ -8,7 +8,7 @@
@import '../../../../../../node_modules/highlight.js/styles/github';
body.dark & {
@import '../../../../../../node_modules/highlight.js/styles/tomorrow-night-blue';
@import '../../../../../../node_modules/highlight.js/styles/github-dark';
}
pre code.hljs {