Theme and color theme set layout and colors
.theme—-national .color-theme—-green
article.content-theme—-education
We could use !important, but that’s just asking for trouble.
However, .foo.foo saves the day:
.color-theme—-a11y.color-theme—-a11y article
.theme—-national.color-theme—-green article.content-theme—-education
Theme and color theme set layout and colors
And then there is also themed content that has its own color theming for context cues Now what if we want to have a top-level color theme that overrides any content theme? This could be useful for accessibility (high/low contrast).We could use !important, but that’s just asking for trouble.
However, .foo.foo saves the day:
… has higher specificity than