@@ -36,14 +36,6 @@ $grays: (
36
36
// scss-docs-end gray-colors-map
37
37
// fusv-enable
38
38
39
- $high-emphasis : rgba (shift-color ($gray-base , +26% ), .95 ) !default ;
40
- $medium-emphasis : rgba (shift-color ($gray-base , +26% ), .681 ) !default ;
41
- $disabled : rgba (shift-color ($gray-base , +26% ), .38 ) !default ;
42
-
43
- $high-emphasis-inverse : rgba ($white , .87 ) !default ;
44
- $medium-emphasis-inverse : rgba ($white , .6 ) !default ;
45
- $disabled-inverse : rgba ($white , .38 ) !default ;
46
-
47
39
// scss-docs-start color-variables
48
40
$blue : #0d6efd !default ;
49
41
$indigo : #6610f2 !default ;
@@ -81,8 +73,8 @@ $colors: (
81
73
$min-contrast-ratio : 4.5 !default ;
82
74
83
75
// Customize the light and dark text colors for use in our color contrast function.
84
- $color-contrast-dark : $high-emphasis-inverse !default ;
85
- $color-contrast-light : $high-emphasis !default ;
76
+ $color-contrast-dark : $black !default ;
77
+ $color-contrast-light : $white !default ;
86
78
87
79
// fusv-disable
88
80
$blue-100 : tint-color ($blue , 80% ) !default ;
@@ -450,13 +442,13 @@ $position-values: (
450
442
// Settings for the `<body>` element.
451
443
452
444
$body-text-align : null !default ;
453
- $body-color : $high-emphasis !default ;
445
+ $body-color : rgba ( shift-color ( $gray-base , +26 % ), .95 ) !default ;
454
446
$body-bg : $white !default ;
455
447
456
- $body-secondary-color : $medium-emphasis !default ;
448
+ $body-secondary-color : rgba ( shift-color ( $gray-base , +26 % ), .681 ) !default ;
457
449
$body-secondary-bg : $gray-200 !default ;
458
450
459
- $body-tertiary-color : $disabled !default ;
451
+ $body-tertiary-color : rgba ( shift-color ( $gray-base , +26 % ), .38 ) !default ;
460
452
$body-tertiary-bg : $gray-100 !default ;
461
453
462
454
$body-emphasis-color : $black !default ;
@@ -578,7 +570,7 @@ $box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;
578
570
$box-shadow-inset : inset 0 1px 2px rgba ($black , .075 ) !default ;
579
571
// scss-docs-end box-shadow-variables
580
572
581
- $component-active-color : $high-emphasis-inverse !default ;
573
+ $component-active-color : rgba ( $white , .87 ) !default ;
582
574
$component-active-bg : var (--#{$prefix}primary ) !default ;
583
575
584
576
// scss-docs-start focus-ring-variables
0 commit comments