Publication background fade

This commit is contained in:
glax 2023-05-25 15:41:24 +02:00
parent 665092be6a
commit be40091102

View File

@ -198,7 +198,7 @@ publication::after{
left: 0; top: 0;
border-radius: 5px;
width: 100%; height: 100%;
background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.1));
background: linear-gradient(rgba(0,0,0,0.7), rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.2));
}
publication-information {