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