1
0
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:
Bogdan
2026-01-29 02:34:10 +02:00
committed by Mark McDowall
parent 54dafdb8d3
commit 70678510ee
3 changed files with 6 additions and 2 deletions
@@ -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 {