Add hover effect for user menu
This commit is contained in:
parent
8f2299cee5
commit
1d65cab11d
|
@ -112,6 +112,12 @@ nav #usermenu:target ~ #login {
|
||||||
fill: #024; /* SVG icon */
|
fill: #024; /* SVG icon */
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
nav #usermenu li:hover {
|
||||||
|
background: #eee;
|
||||||
|
}
|
||||||
|
nav #usermenu li:first-child:hover {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
@media(max-width: 800px){
|
@media(max-width: 800px){
|
||||||
nav #menu, nav #menu li.active, nav #menu_toggle, nav #login {
|
nav #menu, nav #menu li.active, nav #menu_toggle, nav #login {
|
||||||
|
|
Reference in New Issue