Skip to content

Commit

Permalink
use standard text decoration, but avoid icon links
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 1, 2024
1 parent 9b9b8c2 commit 30ea01c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ h3 {

a {
color: var(--link-color);
text-decoration: none;
}
a:hover,
a:visited {
Expand Down Expand Up @@ -342,6 +341,9 @@ footer > .inner {
line-height: 1em;
width: 1em;
}
a:has(.icon) {
text-decoration: none;
}

.icon-rotate:before {
content: '\e800';
Expand Down

0 comments on commit 30ea01c

Please sign in to comment.