Skip to content

Commit

Permalink
Merge pull request #773 from CityOfBoston/DIG-5280
Browse files Browse the repository at this point in the history
DIG-4807 Content text underline for accessibility
  • Loading branch information
subaha-cob authored Dec 9, 2024
2 parents fb818e2 + a73de50 commit 5279b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stylesheets/base/global/_universal.styl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
img
border: 0

#content a:hover
#content a:hover:not(p), #content a:hover:not(div)
text-decoration: underline

a
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/patterns-cob-theme.styl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ a:active,
a:hover {
outline: 0
}
#content a:hover {
#content a:hover:not(div), #content a:hover:not(p) {
text-decoration: underline
}
@media print {
Expand Down

0 comments on commit 5279b60

Please sign in to comment.