diff options
| author | Mark Otto <[email protected]> | 2022-02-23 15:58:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-02-24 13:24:34 -0800 |
| commit | db61cf3d6a907756aee2b0c4ee2cb6488c0ed459 (patch) | |
| tree | bc63196b6178008b71bd430f0184108d27947f6d | |
| parent | 3aaaa01ffa71e5a784451753d5bf9b86a1d5323c (diff) | |
| download | bootstrap-db61cf3d6a907756aee2b0c4ee2cb6488c0ed459.tar.xz bootstrap-db61cf3d6a907756aee2b0c4ee2cb6488c0ed459.zip | |
Base .text-muted on body color
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index fd6166b26..566c967b9 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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; |
