Fixed menu active

This commit is contained in:
g 2020-09-29 16:25:29 +02:00
commit 1f8ce3e24e

View file

@ -38,7 +38,8 @@
nav ul a {
background-color: @theme-color-background-base;
&:hover,
&:active {
&:active,
&:focus {
background-color: @theme-color-background-base;
outline: none;
border-bottom: 1px solid @theme-color-header-text;