Top nav hover underline color

This commit is contained in:
mDuo13
2021-07-01 22:08:49 -07:00
parent f66ec45882
commit 99b40d0968
2 changed files with 2 additions and 2 deletions

View File

@@ -177,7 +177,7 @@
.dropdown .dropdown-toggle:hover > span:not(.chevron) {
padding-bottom: 8px;
border-bottom: 2px solid $blue-purple-500;
border-bottom: 2px solid $purple;
margin-bottom: -8px;
}