Skip to content

Commit

Permalink
Change blue and pink colors to be accessible.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 19, 2019
1 parent 129bb08 commit 8bbe510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_variables.scss
Expand Up @@ -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;
Expand Down

0 comments on commit 8bbe510

Please sign in to comment.