Match wish fade colour with card
This commit is contained in:
parent
e4e7e4614b
commit
558b2a1249
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ figure {
|
|||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.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 {
|
||||
|
|
Loading…
Reference in a new issue