Feat: Change hover colors to shades of gray

This commit is contained in:
NihadBadalov 2024-02-15 08:21:43 +01:00
parent 4d6ea433e6
commit 94154c49aa

View File

@ -212,7 +212,11 @@ export default {
.nav-link { .nav-link {
&:hover { &:hover {
background-color: rgba($primary, 0.2); background-color: rgba(0, 0, 0, 0.05);
.dark & {
background-color: rgba(255, 255, 255, 0.05);
}
} }
&.status-page { &.status-page {