mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-22 22:21:15 -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 {
|
a:hover {
|
||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
}
|
}
|
||||||
|
.icons a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
p {
|
p {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue