Browse Source

Add Book Index poster detail styling

pull/303/head
rg9400 3 years ago
committed by GitHub
parent
commit
9981ca4f39
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      css/base/readarr/readarr-base.css

4
css/base/readarr/readarr-base.css

@ -603,7 +603,9 @@ a:hover {
/* POSTERS */
[class*="AuthorIndexPoster-title-"],
[class*="AuthorIndexPosterInfo-info-"] {
[class*="AuthorIndexPosterInfo-info-"],
[class*="BookIndexPoster-title-"],
[class*="BookIndexPosterInfo-info-"] {
background-color: rgba(255, 255, 255, 0.08);
color: var(--text-hover);
}

Loading…
Cancel
Save