Skip to content

Commit

Permalink
fix text-decoration for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Dec 31, 2023
1 parent 5eddae0 commit 1901019
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles/base/base.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
a:where(:any-link) {
text-decoration: underline theme(textDecorationColor.dynamic.DEFAULT) 1px;
text-decoration: underline;
text-decoration-color: theme(textDecorationColor.dynamic.DEFAULT);
text-decoration-thickness: 1px;
}

em {
Expand Down

0 comments on commit 1901019

Please sign in to comment.