diff --git a/CSS/themes/orgarr-plex.css b/CSS/themes/orgarr-plex.css index aa24fa66..79c54fa9 100644 --- a/CSS/themes/orgarr-plex.css +++ b/CSS/themes/orgarr-plex.css @@ -1111,6 +1111,10 @@ pre { } .ArtistIndexOverview-content-hiNUl:hover { text-decoration: none; +} +/* BANNER PAGE */ +.ArtistIndexBanner-title-dKZ3c { + background-color: rgba(0, 0, 0, .25); } /* Table view*/ diff --git a/CSS/themes/orgarr.css b/CSS/themes/orgarr.css index bb1ee001..f1f17d1d 100644 --- a/CSS/themes/orgarr.css +++ b/CSS/themes/orgarr.css @@ -1069,7 +1069,10 @@ pre { .ArtistIndexOverview-content-hiNUl:hover { text-decoration: none; } - +/* BANNER PAGE */ +.ArtistIndexBanner-title-dKZ3c { + background-color: rgba(0, 0, 0, .25); +} /* Table view*/ .VirtualTableRow-row-2osBd:hover { background-color: rgba(0, 0, 0, .25);