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