From c664931819f50390b342d627efa39fe3fdeea98f Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 1 Jul 2020 14:10:34 +0200 Subject: [PATCH] Fixed documentation for CSS variables --- docs/getting-started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index 3a29eb850..3497cf8ad 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -424,6 +424,9 @@ from the template. --md-accent-fg-color--transparent: ...; --md-accent-bg-color: ...; --md-accent-bg-color--light: ...; + } + + :root > * { /* Code block color shades */ --md-code-bg-color: ...;