mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Add inline code highlighting
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user