Nav: Blogs highlighted when hovering
This commit is contained in:
parent
c3c863b446
commit
352182ae10
2 changed files with 9 additions and 19 deletions
|
@ -68,6 +68,10 @@ body{
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
.nav-item:hover{
|
||||
background-color: #e2e2e2;
|
||||
}
|
||||
|
||||
.nav-item:active{
|
||||
background-color: #e2e2e2;
|
||||
}
|
||||
|
|
Reference in a new issue