Skip to content

Commit

Permalink
Tweak inactive navbar links
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-mather committed Sep 18, 2024
1 parent 6d69394 commit 9326f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_components/MainNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const NavbarTheme: FlowbiteNavbarTheme = {
base: "block py-2 pl-3 pr-4 md:p-0 text-base",
active: {
on: "bg-indigo-700 text-white font-bold md:bg-transparent md:hover:text-amber-300 md:underline md:underline-offset-8 md:decoration-4 md:decoration-orange-400",
off: "border-b border-gray-100 font-medium text-slate-300 hover:bg-gray-50 md:border-0 md:hover:bg-transparent md:hover:text-amber-300",
off: "border-b border-gray-100 font-medium text-indigo-100 hover:bg-gray-50 md:border-0 md:hover:bg-transparent md:hover:text-amber-300",
},
disabled: {
on: "text-gray-400 hover:cursor-not-allowed dark:text-gray-600",
Expand Down

0 comments on commit 9326f76

Please sign in to comment.