diff --git a/Websites/jefes-nextjs/app/components/NavBar/NavBar.css b/Websites/jefes-nextjs/app/components/NavBar/NavBar.css new file mode 100644 index 0000000..a3cc4eb --- /dev/null +++ b/Websites/jefes-nextjs/app/components/NavBar/NavBar.css @@ -0,0 +1,5 @@ +.nav_background{ + z-index: -10; + filter: brightness(.17); + align-items: baseline; +} \ No newline at end of file diff --git a/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx b/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx index d6a2375..1f9e733 100644 --- a/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx +++ b/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx @@ -7,6 +7,7 @@ import classnames from "classnames"; import { GiHamburgerMenu } from "react-icons/gi"; import { MdOutlineRestaurantMenu } from "react-icons/md"; import Reserve from "./reserveButton"; +import './NavBar.css' const NavBar = () => { const currentPath = usePathname(); @@ -31,25 +32,8 @@ const NavBar = () => { return (