improve highlighting for current navbar item
This commit is contained in:
parent
5a38a1f0c9
commit
6274e3ef7c
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ nav {
|
|||
|
||||
li[aria-current] a {
|
||||
text-decoration: none;
|
||||
padding-bottom: 16px;
|
||||
border-bottom: 4px solid $color-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue