feat(dashboard): code block syntax highlighting

This commit is contained in:
Draconizations
2022-06-03 18:09:11 +02:00
parent 770b01504a
commit 2e7f5c20aa
4 changed files with 40 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
@import "../node_modules/bootstrap-dark-5/scss/variables-alt";
@import "bootstrap-dark-5/scss/variables-alt";
.dark {
@import "highlight.js/styles/github-dark.css";
.navbar.bg-light {
background-color: $body-bg-alt !important;
}
@@ -15,8 +16,8 @@
}
}
pre {
background-color: $dark-alt;
pre, code {
background: $dark-alt !important;
}
// bootstrap