Nav: Blogs highlighted when hovering

This commit is contained in:
mmk2410 2015-11-18 15:18:18 +01:00
parent c3c863b446
commit 352182ae10
2 changed files with 9 additions and 19 deletions

View file

@ -68,6 +68,10 @@ body{
font-weight: 600;
}
.nav-item:hover{
background-color: #e2e2e2;
}
.nav-item:active{
background-color: #e2e2e2;
}