0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Base .text-muted on body color

This commit is contained in:
Mark Otto 2022-02-23 15:58:35 -08:00 committed by Mark Otto
parent 3aaaa01ffa
commit db61cf3d6a

View File

@ -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;