fix: navigation colors
All checks were successful
Build / build (push) Successful in 4m22s
Build / deploy-stage (push) Successful in 2m51s
Build / switch-stage (push) Successful in 2m8s

This commit is contained in:
2025-04-22 23:04:28 +02:00
parent 8ee10d0a1c
commit a1ed6e2a87
2 changed files with 6 additions and 11 deletions

View File

@@ -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 {