mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(dashboard): code block syntax highlighting
This commit is contained in:
parent
770b01504a
commit
2e7f5c20aa
4 changed files with 40 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue