mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
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:
parent
c5589c5b11
commit
cd79aeddac
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
@import '../../../../../../node_modules/highlight.js/styles/github';
|
@import '../../../../../../node_modules/highlight.js/styles/github';
|
||||||
|
|
||||||
body.dark & {
|
body.dark & {
|
||||||
@import '../../../../../../node_modules/highlight.js/styles/tomorrow-night-blue';
|
@import '../../../../../../node_modules/highlight.js/styles/github-dark';
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code.hljs {
|
pre code.hljs {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue