Skip to content

Commit

Permalink
Base .text-muted on body color
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 24, 2022
1 parent 3aaaa01 commit db61cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Expand Up @@ -609,7 +609,7 @@ $small-font-size: .875em !default;

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

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

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

Expand Down

0 comments on commit db61cf3

Please sign in to comment.