mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Base .text-muted on body color
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user