aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-09-27 09:01:36 +0300
committerGitHub <[email protected]>2019-09-27 09:01:36 +0300
commit6b150855df836210188b0cec5e989468ca5e9611 (patch)
tree120a09797f0cd9933cb587ae877de90a7103bf2d
parentde3a3731bd8034536654053130663d12ff1ec811 (diff)
downloadbootstrap-6b150855df836210188b0cec5e989468ca5e9611.tar.xz
bootstrap-6b150855df836210188b0cec5e989468ca5e9611.zip
Change blue and pink colors to be accessible. (#29198)
-rw-r--r--scss/_variables.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index e5b1a797d..70d1a68a1 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -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;