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:
parent
3aaaa01ffa
commit
db61cf3d6a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user