-
Following the instructions in the Setup guide, I've added an extra stylesheet (which I can verify is loaded) with
-but it does not take effect. Is the extra.css really loaded last? |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Feb 6, 2025
Replies: 1 comment 2 replies
-
There's indeed an error in the docs. It must be: :root > * {
--md-primary-fg-color: #EE0F0F;
--md-primary-fg-color--light: #ECB7B7;
--md-primary-fg-color--dark: #90030C;
} Care to send a PR? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
DeNelo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's indeed an error in the docs. It must be:
Care to send a PR?