mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03: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