fix: navigation link back color
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
// Link colors for primary background (desktop scrolled)
|
// Link colors for primary background (desktop scrolled)
|
||||||
#mainNav .nav-link {
|
#mainNav .nav-link {
|
||||||
@apply text-white hover:text-gray-200;
|
@apply bg-primary text-white hover:text-gray-200;
|
||||||
}
|
}
|
||||||
// Submenu link colors likely don't need changing here if dropdown is consistent
|
// Submenu link colors likely don't need changing here if dropdown is consistent
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user