Browse Source

Fixes Discover poter with title #76

Make text on discovery page if posters with title under poster is enabed readable again
pull/77/head
reloxx13 5 years ago
committed by GitHub
parent
commit
5683172a02
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CSS/themes/radarr/radarr-base.css

4
CSS/themes/radarr/radarr-base.css

@ -964,9 +964,9 @@ pre {
color: hsla(0,0%,100%,.7);
}
/* POSTERS */
.MovieIndexPoster-title-Umirt, .MovieIndexPoster-nextAiring-1FZy6, .MovieIndexPosterInfo-info-2JsCg, .MovieIndexPosterInfo-info-2Oh-5, .MovieCreditPoster-title-EGksL {
.MovieIndexPoster-title-Umirt, .MovieIndexPoster-nextAiring-1FZy6, .MovieIndexPosterInfo-info-2JsCg, .MovieIndexPosterInfo-info-2Oh-5, .MovieCreditPoster-title-EGksL, .AddListMoviePoster-title-2qKvg {
background-color: rgba(255, 255, 255, 0.08);
color: #fff;
color: #fff;
}
/* HOVEL LABELS */
.Label-default-2zdw6 {

Loading…
Cancel
Save