diff --git a/materialize/css/style.css b/materialize/css/style.css index 0696bc7..4f7c46e 100644 --- a/materialize/css/style.css +++ b/materialize/css/style.css @@ -36,6 +36,10 @@ body { height: 100%; } +.gallery-square > a:hover { + background-color: rgba(0, 0, 0, 0.3); +} + .gallery-cover { position: absolute; top: 0px; diff --git a/templates/example.html b/templates/example.html index 425404f..0b36b5e 100644 --- a/templates/example.html +++ b/templates/example.html @@ -20,42 +20,46 @@