Files
ballistic-builder/app/components/GB_Header/styles.module.css
2024-11-20 14:53:30 -05:00

13 lines
236 B
CSS

.navLinks {
color:white;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
transition: all 500ms ease;
}
.navLinks:hover {
text-decoration : none;
}
.nav-item:hover {
background-color: pink;
}