make current nav item not inderlined
This commit is contained in:
parent
0b4677c147
commit
1a189d0b48
1 changed files with 4 additions and 0 deletions
|
@ -126,6 +126,10 @@ nav {
|
|||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
|
||||
li.current a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue