Add hover effect for user menu

This commit is contained in:
Yorin Anne De Jong 2018-02-13 19:16:07 +01:00
parent 8f2299cee5
commit 1d65cab11d
1 changed files with 6 additions and 0 deletions

View File

@ -112,6 +112,12 @@ nav #usermenu:target ~ #login {
fill: #024; /* SVG icon */
background: white;
}
nav #usermenu li:hover {
background: #eee;
}
nav #usermenu li:first-child:hover {
background: transparent;
}
@media(max-width: 800px){
nav #menu, nav #menu li.active, nav #menu_toggle, nav #login {