fix: navigation link back color
This commit is contained in:
parent
8a645b2483
commit
fa9b9dbdb9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue