Skip to content

Commit 8a1ece5

Browse files
committed
💄Lidarr: Add styling for ArtistIndexPoster and ArtistIndexBanner
1 parent 53a53e3 commit 8a1ece5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/base/lidarr/lidarr-base.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
background-color: rgb(var(--accent-color)) !important;
5151
}
5252

53+
[class*="ArtistIndexPoster-title-"],
54+
[class*="ArtistIndexBanner-title-"] {
55+
background: var(--transparency-light-10);
56+
color: var(--text-hover);
57+
}
58+
5359
/* OVERVIEW PAGE */
5460
[class*="ArtistIndexOverview-container-"],
5561
[class*="ArtistIndexOverview-container-"]:hover {

0 commit comments

Comments
 (0)