Skip to content

Commit e9c7d3e

Browse files
Remove text decoration for icons.
1 parent 0d6ddf9 commit e9c7d3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/header.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ const headerTemplate = `
5555
a:hover {
5656
text-decoration:underline;
5757
}
58+
.icons a:hover {
59+
text-decoration: none;
60+
}
5861
p {
5962
margin: 0px;
6063
}

0 commit comments

Comments
 (0)