Update to latest version of hugo-easy-gallery

This commit is contained in:
Michael Romero 2018-09-17 23:33:21 -07:00
commit b0cf886b59
3 changed files with 9 additions and 6 deletions

View file

@ -123,6 +123,7 @@ figcaption styles
font-size: 75%; /* change this if you want bigger text */
background: rgba(0, 0, 0, 0.5);
opacity: 1;
cursor: pointer;
}
.gallery.caption-position-none figcaption,
.fancy-figure.caption-position-none figcaption {
@ -155,3 +156,4 @@ figcaption styles
figcaption p {
margin: auto; /* override style in theme */
}