Replies: 1 comment 5 replies
-
Thanks for reporting. We made colors more explicit in 9.1.7 because there were some case where the wrong colors were applied. See #5206 for further information. Could you try to set the colors you want to overwrite in theme:
palette:
- scheme: ...
primary: custom # <-- set to custom, so defaults are not applied
accent: custom |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have a small bit of custom CSS that we use for our site which has suddenly stopped working as of release 9.1.7
The CSS we have in the extra.css file is as follows:
When we build the site with release 9.1.7+ none of the custom colours are used - instead the default indigo colour is used. Has anyone else seen this issue?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions