Update css files
This commit is contained in:
@@ -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="/"
|
||||
|
||||
Reference in New Issue
Block a user