From 6eda71286c38c5e05746aea862e89909442d09be Mon Sep 17 00:00:00 2001 From: mantikoros Date: Fri, 31 Dec 2021 13:31:41 -0600 Subject: [PATCH] nav bar: dark background, no shadow --- web/components/nav-bar.tsx | 9 +-------- web/components/page.tsx | 1 + 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/web/components/nav-bar.tsx b/web/components/nav-bar.tsx index 0798b29a..01093e46 100644 --- a/web/components/nav-bar.tsx +++ b/web/components/nav-bar.tsx @@ -22,14 +22,7 @@ export function NavBar(props: { const themeClasses = clsx(darkBackground && 'text-white', hoverClasses) return ( -