Skip to content

Commit db61cf3

Browse files
committedFeb 24, 2022
Base .text-muted on body color
1 parent 3aaaa01 commit db61cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scss/_variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ $small-font-size: .875em !default;
609609

610610
$sub-sup-font-size: .75em !default;
611611

612-
$text-muted: $gray-600 !default;
612+
$text-muted: rgba(var(--#{$variable-prefix}body-color-rgb), .75) !default;
613613

614614
$initialism-font-size: $small-font-size !default;
615615

0 commit comments

Comments
 (0)
Please sign in to comment.