Match wish fade colour with card

This commit is contained in:
grandeljay 2022-11-21 16:01:50 +01:00
parent e4e7e4614b
commit 558b2a1249

View file

@ -122,7 +122,7 @@ figure {
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
.wishlist:not(.one).column .ui.fluid.card::before { .wishlist:not(.one).column .ui.fluid.card::before {
background-image: linear-gradient(0deg, rgba(17, 17, 17, 1) 0.75em, rgba(17, 17, 17, 0.9) 45%, rgba(17, 17, 17, 0) 100%); background-image: linear-gradient(0deg, rgba(27, 28, 29, 1) 0.75em, rgba(27, 28, 29, 0.9) 45%, rgba(27, 28, 29, 0) 100%);
} }
} }
.wishlist .ui.fluid.card.loading::before { .wishlist .ui.fluid.card.loading::before {