mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-05 18:26:45 -05:00
13 lines
236 B
CSS
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;
|
|
} |