Skip to content

Commit

Permalink
fix(review)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Aug 30, 2022
1 parent 9b7ae98 commit b9a3f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
}

// Boosted mod
.bg-black,
[class*="-dark"]:not(.border-dark),
.bg-secondary {
[class*="bg-black"],
[class*="-dark"]:not(.border-dark):not(.text-dark),
[class*="bg-secondary"] {
--#{$prefix}link-color: #{$link-color-dark};
--#{$prefix}link-hover-color: #{$link-hover-color-dark};
--#{$boosted-prefix}caption-color: #{$table-caption-color-dark};
Expand Down

0 comments on commit b9a3f03

Please sign in to comment.