Lighter image shadow on features page

This commit is contained in:
kolaente 2019-12-25 13:34:52 +01:00
parent 77061fbef8
commit 39bef626ae
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ h1, h2, h3, h4, h5, h6 {
text-align: center;
img{
box-shadow: .4em .4em 1em lighten($dark, 15%);
box-shadow: .4em .4em 1em rgba(lighten($dark, 15%), .2);
}
}