Files
ballistic-builder/components/Footer/FooterLinks/styles.module.css

7 lines
100 B
CSS

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