1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

#23 fixed lab active tab color

This commit is contained in:
Fedor Katurov 2021-03-22 18:07:32 +07:00
parent 2b2464b8dd
commit dfcda6ca0f

View file

@ -14,10 +14,9 @@
&.active {
color: $blue;
&:hover {
color: lighten($blue, 4%);
}
background-color: lighten($content_bg, 6%);
border-radius: $radius;
padding: 0 $gap;
}
}