Add isActive color | Add close menu on click

This commit is contained in:
stefan080106
2022-05-16 22:22:55 +02:00
parent 14a6429fed
commit f2dba0b715
4 changed files with 49 additions and 17 deletions

View File

@@ -99,11 +99,6 @@
transition: all 0.2s;
}
.Navbar .Nav a:hover {
cursor: pointer;
color: #057ca6;
}
.Navbar .MenuOpen {
width: 100%;
display: -webkit-box !important;
@@ -122,6 +117,13 @@
.container .MenuToggle {
display: none;
}
.Nav a:hover {
cursor: pointer;
color: #057ca6;
}
.NavActive {
color: #057ca6;
}
}
@media (max-width: 768px) {
@@ -144,5 +146,8 @@
.container .MenuToggle {
display: block;
}
.NavActive {
color: #eaeaea;
}
}
/*# sourceMappingURL=Navbar.module.css.map */