Fix asciidoc styling

This commit is contained in:
Daniel Kluge 2022-10-18 15:02:20 +02:00
parent 4438067904
commit 71c0e839c6

View File

@ -1,6 +1,7 @@
.asciidoc { .asciidoc {
font-family: sans-serif; font-family: sans-serif;
:global {
@import "./asciidocBootSlate"; @import "./asciidocBootSlate";
@import "~highlight.js/scss/atom-one-dark"; @import "~highlight.js/scss/atom-one-dark";
@ -115,3 +116,4 @@
} }
} }
} }
}