Skip to content

Commit

Permalink
Merge pull request #418 from epimorphics/issue/406-a11y-1.4.1
Browse files Browse the repository at this point in the history
Issue/406 a11y 1.4.1
  • Loading branch information
bogdanadrianmarc authored Aug 9, 2024
2 parents 3ea9e9a + 7c6394b commit 5c6b395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 1.7.5 - 2024-08

- (Bogdan) Landing page links should now be more visible [GH-406](https://github.com/epimorphics/ukhpi/issues/406)
- (Bogdan) Added alt text to application logo [GH-404](https://github.com/epimorphics/ukhpi/issues/404)

## 1.7.4 - 2024-04-19
Expand Down
6 changes: 1 addition & 5 deletions app/assets/stylesheets/landing.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@

.c-landing-page {
a {
text-decoration: none;

&:hover {
text-decoration: underline;
}
text-decoration: underline;
}

.c-logos {
Expand Down

0 comments on commit 5c6b395

Please sign in to comment.