From d88fc05545be988d3e58b170a043a02892af6d9e Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Fri, 4 Aug 2023 22:47:55 -0400 Subject: [PATCH] Change navbar icon colors The new link color is now green. The navbar icons should also use the same color. --- _components/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_components/navbar.tsx b/_components/navbar.tsx index 9609560..9d8a5ae 100644 --- a/_components/navbar.tsx +++ b/_components/navbar.tsx @@ -2,7 +2,7 @@ export default function({ nav }) { const defaultIcon = "https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/question-mark.svg"; const iconStyle = { - filter: "var(--filter-blue)", + filter: "var(--filter-green)", }; return (