mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-05 18:26:45 -05:00
7 lines
100 B
CSS
7 lines
100 B
CSS
|
|
.navLinks {
|
||
|
|
color:#000;
|
||
|
|
}
|
||
|
|
.navLinks:hover {
|
||
|
|
font-weight: bold;
|
||
|
|
text-decoration : none;
|
||
|
|
}
|