Add inline code highlighting

This commit is contained in:
Misode
2022-05-11 18:17:46 +02:00
parent 5599cf1b4f
commit ad13cc131b
5 changed files with 140 additions and 105 deletions

View File

@@ -1668,19 +1668,19 @@ hr {
overflow-x: auto;
}
.guide-content code .hljs-attr {
.guide-content .hljs-attr {
color: var(--editor-variable);
}
.guide-content code .hljs-string {
.guide-content .hljs-string {
color: var(--editor-string);
}
.guide-content code .hljs-number {
.guide-content .hljs-number {
color: var(--editor-number);
}
.guide-content code .hljs-keyword {
.guide-content .hljs-keyword {
color: var(--editor-constant);
}