Documentation (#7971)

The example showing how to add custom colors was missing a selector.
This commit is contained in:
Niels Fanøe 2025-02-06 05:45:32 +01:00 committed by GitHub
parent 3ec684c0fe
commit bffafccc72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;