Skip to content

Commit

Permalink
Documentation (#7971)
Browse files Browse the repository at this point in the history
The example showing how to add custom colors was missing a selector.
  • Loading branch information
DeNelo authored Feb 6, 2025
1 parent 3ec684c commit bffafcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/changing-the-colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ add:
=== ":octicons-file-code-16: `docs/stylesheets/extra.css`"
``` css
:root {
:root > * {
--md-primary-fg-color: #EE0F0F;
--md-primary-fg-color--light: #ECB7B7;
--md-primary-fg-color--dark: #90030C;
Expand Down

0 comments on commit bffafcc

Please sign in to comment.