Skip to content

Commit eef5c4a

Browse files
committed
LOOP-1227: Made taxonomy based colors important
1 parent 13beaf1 commit eef5c4a

File tree

1 file changed

+3
-3
lines changed
  • web/profiles/custom/os2loop/themes/os2loop_theme/assets/components/pages

1 file changed

+3
-3
lines changed

web/profiles/custom/os2loop/themes/os2loop_theme/assets/components/pages/document.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ $taxonomy-colors: (
1515
// Set background and text color for taxonomy term colors.
1616
@each $taxonomy-color-index, $taxonomy-color in $taxonomy-colors {
1717
.taxonomy-color-#{$taxonomy-color-index} {
18-
background-color: $taxonomy-color;
19-
color: contrast-color($taxonomy-color);
18+
background-color: $taxonomy-color !important;
19+
color: contrast-color($taxonomy-color) !important;
2020

2121
a {
22-
color: contrast-color($taxonomy-color);
22+
color: contrast-color($taxonomy-color) !important;
2323
}
2424
}
2525

0 commit comments

Comments
 (0)