2
0
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:
Mark Otto
2022-02-23 15:58:35 -08:00
committed by Mark Otto
parent 3aaaa01ffa
commit db61cf3d6a
+1 -1
View File
@@ -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;