make current nav item not inderlined

This commit is contained in:
anna 2021-02-11 21:24:37 +01:00
parent 0b4677c147
commit 1a189d0b48
Signed by: fef
GPG key ID: EC22E476DC2D3D84

View file

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