move transition to base instead of hover

This commit is contained in:
Alexandra
2024-10-17 18:02:34 -06:00
parent ccc0499743
commit 107d559380

View File

@@ -56,6 +56,8 @@
}
.nav-link:hover, .navbar-brand:hover{
color: #f0a400!important;
}
.nav-link, .navbar-brand{
transition: all 0.5s;
}
</style>