css: Fix tab hover styles
This commit is contained in:
parent
06d0621a12
commit
3b87bbaff9
|
@ -27,11 +27,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
color: @text-color;
|
color: @menu-color;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background: rgba(0,0,0,.1);
|
background: fade(@body-bg-color, 50%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue