Skip to content

Commit

Permalink
add custom navbar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mfigueira committed May 7, 2024
1 parent aedb37e commit 5dc61ea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/shared/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ const LayoutContainer = styled.div`
}
}
/* Custom styles for nextra Navbar component */
.nextra-nav-container {
.nextra-nav-container-blur {
${tw`!bg-grey-50/80 dark:!bg-grey-900/80`};
}
nav a.nx-flex.nx-items-center {
${tw`hover:opacity-100 dark:hover:opacity-100`};
}
}
.nx-text-primary-600 {
${tw`text-green-100`};
}
Expand Down

0 comments on commit 5dc61ea

Please sign in to comment.