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

@ -8,3 +8,7 @@
color: white;
font-size: 6pt;
}
a {
text-decoration: none !important;
}