fix: remove color-brand
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
:root {
|
||||
--color-primary: #0B197D;
|
||||
--color-primary-dark: #08145C;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user