}
@@ -334,7 +334,7 @@ const GalleryImage = ({ data, location: { state } }) => {
}}
to={`/photogallery/${nextImage}/`}
>
-
+
diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx
index e52ba92..7b5ef73 100644
--- a/src/components/Nav.tsx
+++ b/src/components/Nav.tsx
@@ -4,7 +4,7 @@ import { Link } from "gatsby";
import { Popover } from "react-tiny-popover";
const navClasses =
- "hover:underline hover:bg-transparentblack block p-3 text-vibrant-light";
+ "hover:underline hover:bg-transparentblack block p-3 text-black";
const ExternalLinks = () => (