New: Remove gray color from cards where the image is unavailable
This commit is contained in:
parent
37083d01eb
commit
5655e97c26
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ html {
|
|||
}
|
||||
|
||||
.cardBox:not(.visualCardBox) .cardPadder {
|
||||
background-color: var(--lighterGradientPoint);
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue