Skip to content

Commit

Permalink
Merge pull request #769 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 cb75976 + cd710c4 commit bb138ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stylesheets/base/global/_universal.styl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
img
border: 0

#content a
color: $optimistic-blue-dark
text-decoration: underline

a
color: $optimistic-blue-dark
text-decoration: none
Expand Down
3 changes: 3 additions & 0 deletions stylesheets/patterns-cob-theme.styl
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ a:active,
a:hover {
outline: 0
}
#content a:link {
text-decoration: underline
}
@media print {
:link,
:visited {
Expand Down

0 comments on commit bb138ec

Please sign in to comment.