From 854daaebb7053cc43273b0ff2cda7e015b248c9e Mon Sep 17 00:00:00 2001 From: mantikoros Date: Mon, 23 May 2022 16:49:30 -0500 Subject: [PATCH] nav bar: gray background for selected page (indigo color was too prominent) --- web/components/nav/nav-bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/nav/nav-bar.tsx b/web/components/nav/nav-bar.tsx index fcf45d4f..0cb885f5 100644 --- a/web/components/nav/nav-bar.tsx +++ b/web/components/nav/nav-bar.tsx @@ -94,7 +94,7 @@ function NavBarItem(props: { item: Item; currentPage: string }) {