Skip to content

Commit bffafcc

Browse files
authored
Documentation (#7971)
The example showing how to add custom colors was missing a selector.
1 parent 3ec684c commit bffafcc

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
@@ -340,7 +340,7 @@ add:
340340
=== ":octicons-file-code-16: `docs/stylesheets/extra.css`"
341341
342342
``` css
343-
:root {
343+
:root > * {
344344
--md-primary-fg-color: #EE0F0F;
345345
--md-primary-fg-color--light: #ECB7B7;
346346
--md-primary-fg-color--dark: #90030C;

0 commit comments

Comments
 (0)