mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Change blue and pink colors to be accessible. (#29198)
This commit is contained in:
parent
de3a3731bd
commit
6b150855df
@ -34,10 +34,10 @@ $grays: map-merge(
|
||||
$grays
|
||||
);
|
||||
|
||||
$blue: #007bff !default;
|
||||
$blue: #0d6efd !default;
|
||||
$indigo: #6610f2 !default;
|
||||
$purple: #6f42c1 !default;
|
||||
$pink: #e83e8c !default;
|
||||
$pink: #d63384 !default;
|
||||
$red: #dc3545 !default;
|
||||
$orange: #fd7e14 !default;
|
||||
$yellow: #ffc107 !default;
|
||||
|
Loading…
x
Reference in New Issue
Block a user