make current nav item not inderlined

main
anna 3 years ago
parent 0b4677c147
commit 1a189d0b48
Signed by: fef
GPG Key ID: EC22E476DC2D3D84

@ -126,6 +126,10 @@ nav {
font-weight: 700;
}
}
li.current a {
text-decoration: none;
}
}
}

Loading…
Cancel
Save