css: Fix tab hover styles

This commit is contained in:
Johannes Meyer 2021-04-13 11:58:40 +02:00
parent 06d0621a12
commit 3b87bbaff9
1 changed files with 2 additions and 2 deletions

View File

@ -27,11 +27,11 @@
}
> a {
color: @text-color;
color: @menu-color;
&:hover {
text-decoration: none;
background: rgba(0,0,0,.1);
background: fade(@body-bg-color, 50%);
}
}