fix: navigation link back color

This commit is contained in:
2025-04-21 17:46:16 +02:00
parent 8a645b2483
commit fa9b9dbdb9

View File

@@ -47,7 +47,7 @@
// Link colors for primary background (desktop scrolled)
#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
}