update download button styles

This commit is contained in:
Chuck Dries 2022-03-22 21:58:48 -07:00
parent e040b57de5
commit eb27ada0f1
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -159,7 +159,7 @@ const GalleryImage = ({ data, pageContext }) => {
)} )}
<p className="landscape:mr-2">{meta.Caption}</p> <p className="landscape:mr-2">{meta.Caption}</p>
<a <a
className="inline-block bg-muted-light text-vibrant-dark underline font-serif p-1 my-1 rounded" className="cursor-pointer inline-block bg-muted-light text-vibrant-dark font-serif p-1 my-1 rounded"
download download
href={image.publicURL} href={image.publicURL}
onClick={() => { onClick={() => {