Browse Source

Merge branch 'develop' of https://github.com/GilbN/theme.park into develop

develop
GilbN 3 years ago
parent
commit
0e10fed794
  1. 6
      css/base/readarr/readarr-base.css

6
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);
}
@ -1271,4 +1273,4 @@ input[type=password] {
/*Specific Book Page*/
[class*="BookDetails-tab-"] {
color: #FFF;
}
}

Loading…
Cancel
Save