Skip to content

Commit

Permalink
Remove underline from u tags (leftover from google drive -> sharepoin…
Browse files Browse the repository at this point in the history
…t migration)
  • Loading branch information
stefanseifert committed Dec 14, 2023
1 parent 785e2b3 commit 9c01063
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ a:link {
text-decoration: none;
}

a u {
text-decoration: none;
}

a:visited {
color: var(--color-cta);
}
Expand Down

0 comments on commit 9c01063

Please sign in to comment.