Testseite hinzugefügt
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 9s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 9s
This commit is contained in:
@@ -34,3 +34,24 @@ const currentPath = pathname.slice(1);
|
||||
</nav> -->
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<style>
|
||||
@reference "../styles/global.css";
|
||||
.main-header {
|
||||
@apply sticky top-0 z-50 w-full bg-linear-to-b from-white/80 to-header-bg/80 backdrop-blur-md shadow-md;
|
||||
}
|
||||
|
||||
/* Innere Zentrierung */
|
||||
.header-container {
|
||||
@apply container mx-auto flex h-16 items-center justify-between px-6;
|
||||
}
|
||||
|
||||
/* Navigations-Links */
|
||||
.nav-list {
|
||||
@apply flex items-center gap-8;
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
@apply text-sm font-medium text-nav-text transition-colors hover:text-nav-hover;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user