diff --git a/src/components/GalleryImage/GalleryImage.js b/src/components/GalleryImage/GalleryImage.js index 8958ee7..caacae9 100644 --- a/src/components/GalleryImage/GalleryImage.js +++ b/src/components/GalleryImage/GalleryImage.js @@ -45,7 +45,7 @@ const IconStyle = { margin: '0 4px' } -const ArrowLinkClasses = `hover:underline text-vibrant-light hover:text-muted-light +const ArrowLinkClasses = `hover:underline text-black lg:px-4 self-stretch flex items-center hover:bg-black/50 max-h-screen sticky top-0 `; @@ -151,7 +151,7 @@ const GalleryImage = ({ data, location: { state } }) => { {name} - Gallery | Chuck Dries @@ -216,7 +216,7 @@ const GalleryImage = ({ data, location: { state } }) => { ) : ( { )} >
-

+

{image.base}

{hasName(image) && (

{name}

)}

{meta.Caption}

+
+
+
+
+
+
+
+
{ @@ -256,14 +264,6 @@ const GalleryImage = ({ data, location: { state } }) => { > Download wallpaper -
-
-
-
-
-
-
-
{
{ icon={} title="date taken" /> -
+
} @@ -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 = () => (