Fixed code blocks custom syntax theme docs

This commit is contained in:
squidfunk 2020-07-29 16:47:22 +02:00
parent 1ec08b42dd
commit 0b8679a29a

View File

@ -356,7 +356,7 @@ to most of them.
Create an [additional stylesheet][6], and add:
``` css
:root {
:root > * {
--md-code-hl-string-color: #0FF1CE;
}
```