fix: remove color-brand
Some checks failed
Build / deploy-stage (push) Blocked by required conditions
Build / switch-stage (push) Blocked by required conditions
Build / build (push) Has been cancelled

This commit is contained in:
2025-04-22 17:51:26 +02:00
parent 916b767b35
commit 2fcff77a0d
4 changed files with 6 additions and 7 deletions

View File

@@ -28,7 +28,7 @@
// Initial link colors and background for transparent header (desktop)
#mainNav .nav-link {
@apply bg-white text-primary hover:text-brand px-3 py-1 rounded; // Add bg-white, padding, and rounded corners
@apply bg-white text-primary hover:text-primary px-3 py-1 rounded; // Add bg-white, padding, and rounded corners
}
// Ensure mobile toggle icon also uses primary color initially on desktop if visible (though usually hidden)
#mainNav .nav-toggle-icon,
@@ -79,4 +79,4 @@ body:not(.backendlayout-home_page) {
@apply pt-0; // Reset padding if needed
}
}
}
}