Skip to content

Commit

Permalink
Merge pull request #420 from epimorphics/issue/407-a11y
Browse files Browse the repository at this point in the history
Issue/407 a11y
  • Loading branch information
bogdanadrianmarc authored Aug 13, 2024
2 parents 800922f + ee95869 commit 3fe92fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 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) Increased contrast of modal warning message [GH-407](https://github.com/epimorphics/ukhpi/issues/407)
- (Bogdan) Increased contrast for modal close button and body [GH-407](https://github.com/epimorphics/ukhpi/issues/407)
- (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)
Expand Down
4 changes: 4 additions & 0 deletions app/assets/stylesheets/_ukhpi-location-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
.el-dialog__close {
color: #000000;
}

.el-alert--warning.is-light {
color: #a4742b;
}
}

0 comments on commit 3fe92fc

Please sign in to comment.