Files
ballistic-builder/app/components/Footer/FooterLinks/styles.module.css
2024-11-15 15:58:34 -05:00

7 lines
100 B
CSS

.navLinks {
color:#000;
}
.navLinks:hover {
font-weight: bold;
text-decoration : none;
}