fix: hover btn navbar

This commit is contained in:
Alexandro Uc Santos
2023-12-02 17:39:50 -06:00
parent f345de78e2
commit 021c33c5be

View File

@@ -54,24 +54,20 @@
.nav-link{
cursor: pointer;
/* color: #5f5c5c; */
color: #ebd6d6;
color: #413f3c;
font-size: 1.2rem;
margin-right: 1.2rem;
font-weight: 500;
}
.nav-link:hover{
/* color: #413f3c; */
color: #FFF;
color: #282727;
}
.nav-link:focus{
/* color: #413f3c; */
color: #FFF;
color: #282727;
}
.router-link-active{
/* color: #413f3c !important; */
color: #FFF !important;
color: #282727;
}
@media (max-width: 768px) {