fix: navigation colors
This commit is contained in:
parent
8ee10d0a1c
commit
a1ed6e2a87
2 changed files with 6 additions and 11 deletions
|
|
@ -9,12 +9,7 @@
|
|||
|
||||
// Mobile link/icon colors (on primary background)
|
||||
#mainNav .nav-link { // Target links within #mainNav
|
||||
@apply text-white hover:text-gray-200;
|
||||
}
|
||||
#mainNav .nav-toggle-icon,
|
||||
#mainNav .nav-toggle-icon::before,
|
||||
#mainNav .nav-toggle-icon::after {
|
||||
@apply bg-white; // Ensure mobile toggle is visible
|
||||
@apply text-primary lg:text-white lg:hover:text-gray-200;
|
||||
}
|
||||
// Adjust mobile submenu link colors if needed (depends on dropdown background)
|
||||
#mainNav .sub-menu .nav-link {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue