We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a53e3 commit 8a1ece5Copy full SHA for 8a1ece5
1 file changed
css/base/lidarr/lidarr-base.css
@@ -50,6 +50,12 @@
50
background-color: rgb(var(--accent-color)) !important;
51
}
52
53
+[class*="ArtistIndexPoster-title-"],
54
+[class*="ArtistIndexBanner-title-"] {
55
+ background: var(--transparency-light-10);
56
+ color: var(--text-hover);
57
+}
58
+
59
/* OVERVIEW PAGE */
60
[class*="ArtistIndexOverview-container-"],
61
[class*="ArtistIndexOverview-container-"]:hover {
0 commit comments