Skip to content

Commit 770b1b9

Browse files
committed
Fixed custom colors example in documentation
1 parent ec441cd commit 770b1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup/changing-the-colors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ add:
283283
=== ":octicons-file-code-16: docs/stylesheets/extra.css"
284284

285285
``` css
286-
:root {
286+
:root > * {
287287
--md-primary-fg-color: #EE0F0F;
288288
--md-primary-fg-color--light: #ECB7B7;
289289
--md-primary-fg-color--dark: #90030C;

0 commit comments

Comments
 (0)