Remove text decoration for icons.

This commit is contained in:
Philipp Winter 2024-03-23 09:47:36 -05:00
parent 0d6ddf944d
commit e9c7d3ee9f

View file

@ -55,6 +55,9 @@ const headerTemplate = `
a:hover {
text-decoration:underline;
}
.icons a:hover {
text-decoration: none;
}
p {
margin: 0px;
}