Change navbar icon colors

The new link color is now green. The navbar icons should also use the
same color.
This commit is contained in:
Foster Hangdaan 2023-08-04 22:47:55 -04:00
parent f6ba48284d
commit d88fc05545
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -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 (