add css to remove underlines in anchor tags
This commit is contained in:
parent
04d5e88820
commit
be80563038
@ -8,3 +8,7 @@
|
|||||||
color: white;
|
color: white;
|
||||||
font-size: 6pt;
|
font-size: 6pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user