Skip to content

Commit

Permalink
[WTDK] Improved hover effect footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Sep 19, 2024
1 parent bb68a7c commit bec111c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/responsive/_mysoc_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ $high-dpi-screen: '-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi
a {
color: $mysoc-footer-link-text-color;

&:hover {
&:hover,
&:focus {
color: $mysoc-footer-link-hover-text-color;
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/responsive/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ $mysoc-footer-background-color: $color_black;
$mysoc-footer-text-color: lighten($color_mid_grey, 4%); // tweak color to pass WCAG AA contrast check
$mysoc-footer-site-name-text-color: #fff;
$mysoc-footer-link-text-color: $color_white;
$mysoc-footer-link-hover-text-color: $button-bg;
$mysoc-footer-link-hover-text-color: lighten($button-bg, 20%); // tweak color to pass WCAG AA contrast check
$mysoc-footer-divider-color: #4C4C4C;
$mysoc-footer-donate-background-color: #434343;
$mysoc-footer-donate-text-color: #fff;
Expand Down

0 comments on commit bec111c

Please sign in to comment.