mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-19 21:46:43 -04:00
Use theme appropriate colors for image background on initial load
This commit is contained in:
@@ -23,6 +23,10 @@ $hoverScale: 1.05;
|
||||
color: var(--defaultColor);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.posterContainer & {
|
||||
background-color: var(--seriesBackgroundColor);
|
||||
}
|
||||
}
|
||||
|
||||
.status {
|
||||
|
||||
@@ -25,7 +25,7 @@ $hoverScale: 1.05;
|
||||
position: relative;
|
||||
display: block;
|
||||
height: 70px;
|
||||
background-color: var(--defaultColor);
|
||||
background-color: var(--seriesBackgroundColor);
|
||||
}
|
||||
|
||||
.overlayTitle {
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
position: relative;
|
||||
display: block;
|
||||
height: 70px;
|
||||
background-color: var(--defaultColor);
|
||||
background-color: var(--seriesBackgroundColor);
|
||||
}
|
||||
|
||||
.bannerImage {
|
||||
|
||||
Reference in New Issue
Block a user