We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13beaf1 commit eef5c4aCopy full SHA for eef5c4a
web/profiles/custom/os2loop/themes/os2loop_theme/assets/components/pages/document.scss
@@ -15,11 +15,11 @@ $taxonomy-colors: (
15
// Set background and text color for taxonomy term colors.
16
@each $taxonomy-color-index, $taxonomy-color in $taxonomy-colors {
17
.taxonomy-color-#{$taxonomy-color-index} {
18
- background-color: $taxonomy-color;
19
- color: contrast-color($taxonomy-color);
+ background-color: $taxonomy-color !important;
+ color: contrast-color($taxonomy-color) !important;
20
21
a {
22
23
}
24
25
0 commit comments