Hide the underline on some of the icons.
This commit is contained in:
parent
8aef6ecc0f
commit
f2bc90c9ae
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a i.icon {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
ul.tags {
|
ul.tags {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Reference in a new issue