Lighten lazyload placeholder background

This commit is contained in:
Kris 2018-12-13 15:38:33 -05:00
parent afdd244486
commit 6cbcd58603
1 changed files with 1 additions and 2 deletions

View File

@ -1,12 +1,11 @@
.lightbox-wrapper .lightbox {
position: relative;
display: inline-block;
background: $primary-low;
&:hover .meta {
opacity: 0.9;
transition: opacity 0.5s;
}
background: rgba($primary, 0.25);
}
.d-lazyload-hidden {