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