Change blue and pink colors to be accessible. (#29198)

This commit is contained in:
XhmikosR 2019-09-27 09:01:36 +03:00 committed by GitHub
parent de3a3731bd
commit 6b150855df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;