remove darkness from banner gradient

This commit is contained in:
Alejandro Gomez 2023-01-15 23:40:19 +01:00
parent 312451e836
commit 7d050242f1
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -7,8 +7,8 @@
height: 210px;
margin-bottom: -80px;
object-fit: cover;
mask-image: linear-gradient(to bottom, var(--bg-color), rgba(0,0,0,0));
-webkit-mask-image: linear-gradient(to bottom, var(--bg-color), rgba(0,0,0,0));
mask-image: linear-gradient(to bottom, var(--bg-color) 60%, rgba(0,0,0,0));
-webkit-mask-image: linear-gradient(to bottom, var(--bg-color) 60%, rgba(0,0,0,0));
z-index: 0;
}