mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-22 14:10:55 -04:00
Remove text decoration for icons.
This commit is contained in:
parent
0d6ddf944d
commit
e9c7d3ee9f
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ const headerTemplate = `
|
|||
a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
.icons a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
p {
|
||||
margin: 0px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue