Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-02-24 02:58:35 +0300
committerMark Otto <otto@github.com>2022-02-25 00:24:34 +0300
commitdb61cf3d6a907756aee2b0c4ee2cb6488c0ed459 (patch)
treebc63196b6178008b71bd430f0184108d27947f6d /scss
parent3aaaa01ffa71e5a784451753d5bf9b86a1d5323c (diff)
Base .text-muted on body color
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index fd6166b26c..566c967b94 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;