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

@@ -32,9 +32,16 @@ pre {
white-space: pre-wrap;
word-break: break-word !important;
overflow-wrap: break-word !important;
background-color: var(--bs-light);
padding: 0.375rem;
border-radius: 5px;
}
pre, code {
background: var(--bs-light) !important;
border-radius: 4px;
}
code {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.dyslexic {