Skip to content

Commit

Permalink
fix: removed forced underline
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli authored Jan 10, 2024
1 parent feeffd8 commit 1ed1bea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/scss/custom/_type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,3 @@ small,
.initialism {
font-size: 90%;
}

// force text decoration for links with `.text-decoration-none` class
a.text-decoration-none:hover {
text-decoration: underline;
}

0 comments on commit 1ed1bea

Please sign in to comment.