mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
Fix duplicate --bs-emphasis-color
set value (#37809)
* Fix duplicate `--bs-emphasis-color` set value * Restore body- prefix Co-authored-by: Mark Otto <markdotto@gmail.com>
This commit is contained in:
@@ -432,15 +432,13 @@ $body-text-align: null !default;
|
||||
$body-color: $gray-900 !default;
|
||||
$body-bg: $white !default;
|
||||
|
||||
$body-emphasis-color: $black !default;
|
||||
|
||||
$body-secondary-color: rgba($body-color, .75) !default;
|
||||
$body-secondary-bg: $gray-200 !default;
|
||||
|
||||
$body-tertiary-color: rgba($body-color, .5) !default;
|
||||
$body-tertiary-bg: $gray-100 !default;
|
||||
|
||||
$emphasis-color: $black !default;
|
||||
$body-emphasis-color: $black !default;
|
||||
|
||||
// Links
|
||||
//
|
||||
|
Reference in New Issue
Block a user