Skip to content

Commit

Permalink
Remove dotted underline style on links
Browse files Browse the repository at this point in the history
Apparently Safari doesn't support dotted at all, which means that these
don't look like links on any iOS browsers or on desktop Safari.
  • Loading branch information
illicitonion committed Feb 2, 2024
1 parent 5a4889b commit c96827a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/assets/styles/03-elements/links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ a:link:not([class]),
a:visited:not([class]),
.e-link {
color: currentColor;
text-decoration: dotted underline;
text-decoration: underline;

@include on-event {
text-decoration: underline;
Expand Down

0 comments on commit c96827a

Please sign in to comment.