Update css files

This commit is contained in:
2025-02-25 22:31:40 -05:00
parent f6982951eb
commit bc7ffcd5bf
4 changed files with 60 additions and 58 deletions

View File

@@ -11,12 +11,12 @@ export default function NavBar(){
return (
<nav
className={clsx(
"fixed w-full top-0 left-0 border-b-2 z-40",
"border-b-2 z-40",
"bg-gray-700 border-gray-600 dark:bg-zinc-900 dark:border-neutral-850 text-white"
)}
>
<div
className="max-w-(--breakpoint-xl) flex flex-nowrap flex-row items-center justify-between mx-auto p-4"
className="navContents"
>
<Link
to="/"