add css to remove underlines in anchor tags

This commit is contained in:
Ryan Prather 2025-01-10 12:36:14 +00:00
parent 04d5e88820
commit be80563038

View File

@ -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;
} }