Skip to content

Commit

Permalink
Adjust link color
Browse files Browse the repository at this point in the history
  • Loading branch information
SamLau95 committed Aug 11, 2018
1 parent a0a177e commit b305e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sass/components/_components.page__nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* pages.
*/

$color-nav-links: rgba(0, 140, 255, 0.6);
$color-nav-links: rgba(0, 140, 255, 0.7);

.c-page__nav {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion _sass/settings/settings.global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ $color-light-gray: #f7f7f7;
$color-dark-gray: #ccc;

$color-text: #222;
$color-links: #008cff;
$color-links: #0077d8;

0 comments on commit b305e6a

Please sign in to comment.