mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Correct card color
This commit is contained in:
parent
f80fb1bb27
commit
b088ae8428
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ button::-moz-focus-inner {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardContent:not(.defaultCardBackground) {
|
.cardContent:not(.defaultCardBackground) {
|
||||||
background-color: #202020;
|
background-color: #242424;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visualCardBox .cardContent {
|
.visualCardBox .cardContent {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue