Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
fix: highlighted link state
Browse files Browse the repository at this point in the history
Update background color for `highlighted-link-state` to `$primary-50`

fix #317
  • Loading branch information
Schalk Neethling committed Dec 5, 2020
1 parent 87353d1 commit 56a7270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sass/mixins/_links.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@mixin highlighted-link-state() {
background-color: $primary-200;
background-color: $primary-50;
color: $text-color-inverted;
}
2 changes: 1 addition & 1 deletion test/sass/_test-mixins-links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

@include expect {
background-color: #1e7f9d;
background-color: #00458b;
color: #fff;
}
}
Expand Down

0 comments on commit 56a7270

Please sign in to comment.