Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #123 from creativecommons/fix_link_color
Browse files Browse the repository at this point in the history
Update link color with $color-blue
  • Loading branch information
brenoferreira authored Feb 12, 2020
2 parents 0204145 + 05fde10 commit 88a0114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/colors.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// brand colors
$color-turquoise: rgb(5, 181, 218);
$color-tomato: rgb(237, 89, 47);
$color-tomato: #ed592f;
$color-gold: rgb(239, 190, 0);
$color-orange: rgb(251, 119, 41);
$color-blue: rgb(60, 92, 153);
Expand Down Expand Up @@ -39,7 +39,7 @@ $info: $color-forest;
$success: $color-success;
$warning: $color-warning;
$danger: $color-error;
$link: $color-turquoise;
$link: $color-blue;
$link-visited: $color-blue;

$brand-colors: (
Expand Down

0 comments on commit 88a0114

Please sign in to comment.