From 0b8679a29adf7bf2c2a435a1fdd6c6bac13188c8 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 29 Jul 2020 16:47:22 +0200 Subject: [PATCH] Fixed code blocks custom syntax theme docs --- docs/reference/code-blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } ```