fix: collection gradient

This commit is contained in:
alexsparkes
2022-08-02 10:38:55 +01:00
parent 6f6b32207a
commit 72fd9f97da

View File

@@ -346,7 +346,7 @@ p.author {
@include themed() {
border-radius: t($borderRadius);
background-image: linear-gradient(to bottom, transparent, t($modal-background)),
background-image: linear-gradient(to bottom, transparent, #2f3542),
url('https://external-preview.redd.it/JyhsEoGMhKIMi3kvfBS24L0IllAO_KrIm4UI-dA1Ax4.jpg?auto=webp&s=b5adf9859b2c1855a5b3085f9453a6e878548505');
}
.nice-tag {