Skip to content

Commit

Permalink
💄Lidarr: Add styling for ArtistIndexPoster and ArtistIndexBanner
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Feb 15, 2025
1 parent 53a53e3 commit 8a1ece5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/base/lidarr/lidarr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
background-color: rgb(var(--accent-color)) !important;
}

[class*="ArtistIndexPoster-title-"],
[class*="ArtistIndexBanner-title-"] {
background: var(--transparency-light-10);
color: var(--text-hover);
}

/* OVERVIEW PAGE */
[class*="ArtistIndexOverview-container-"],
[class*="ArtistIndexOverview-container-"]:hover {
Expand Down

0 comments on commit 8a1ece5

Please sign in to comment.