diff --git a/docs/reference/code-blocks.md b/docs/reference/code-blocks.md index 457900edd..47523a368 100644 --- a/docs/reference/code-blocks.md +++ b/docs/reference/code-blocks.md @@ -356,7 +356,7 @@ to most of them. Create an [additional stylesheet][6], and add: ``` css -:root { +:root > * { --md-code-hl-string-color: #0FF1CE; } ```