sparkbox / apprentice-at

An online listing of apprenticeship opportunities.
https://apprentice.at/
3 stars 4 forks source link

fix: footer link hover states #292

Closed corinneling closed 3 years ago

corinneling commented 3 years ago

Add hover state to Sparkbox logo link and report link in the footer. For more information check out WebAIM's article on WCAG 2.0 and Link Colors

Report Link: Update the styles of the report link in the _report.scss file. Currently the color changes on hover, but we need something that's a little more distinguishable all users can tell it is a link. Either add an underline, a background color change, or a border on hover.

Sparkbox Logo Link: Update the styles of the footer__logo in the _footer.scss file. You may have to use the following css selector: .sparkbox-logo:hover .footer__logo { }. Either add an underline, a background color change, or a border on hover.

See screenshot of these links at the bottom of each page: Apprentice_at-footer-links

ProxN commented 3 years ago

Hi, Here my pr