Fix css x colori std EGW

This commit is contained in:
Samuele Locatelli
2021-12-03 11:12:16 +01:00
parent 9808844664
commit e5540022eb
2 changed files with 16 additions and 9 deletions
@@ -40,15 +40,15 @@
line-height: 3rem;
}
.nav-item ::deep a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}
.nav-item ::deep a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}
.nav-item ::deep a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}
.nav-item ::deep a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}
@media (min-width: 641px) {
.navbar-toggler {