fix: navigation coloring
All checks were successful
Build / build (push) Successful in 4m19s
Build / deploy-stage (push) Successful in 2m51s
Build / switch-stage (push) Successful in 2m7s

This commit is contained in:
2025-04-22 23:23:31 +02:00
parent a1ed6e2a87
commit e9f086fc22
2 changed files with 2 additions and 20 deletions

View File

@@ -55,23 +55,5 @@
body:not(.backendlayout-home_page) {
header {
@apply bg-primary text-white; // Or your desired default background/text
#mainNav .nav-link {
@apply text-white hover:text-gray-200;
}
#mainNav .nav-toggle-icon,
#mainNav .nav-toggle-icon::before,
#mainNav .nav-toggle-icon::after {
@apply bg-white;
}
#mainNav .sub-menu .nav-link {
@apply text-gray-700 hover:text-black; // Assuming light dropdown background
}
}
// On non-home pages, main content doesn't need extra padding-top
@screen lg {
main {
@apply pt-0; // Reset padding if needed
}
}
}