Browse Source
Merge pull request #221 from moosedookie/master
Radarr: fixed discover poster background color
pull/222/head
GilbN
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
CSS/themes/radarr/radarr-base.css
|
|
@ -640,6 +640,12 @@ a:hover { |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="DiscoverMoviePoster-title-"], |
|
|
|
[class*="DiscoverMoviePosterInfo-info-"] { |
|
|
|
background-color: rgba(255, 255, 255, 0.08); |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
/*Title*/ |
|
|
|
[class*="AddListMovieOverview-link-"] { |
|
|
|
color: var(--text); |
|
|
|