1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-05 15:07:11 +02:00

Merge pull request #221 from moosedookie/master

Radarr: fixed discover poster background color
This commit is contained in:
GilbN 2021-06-28 18:04:57 +02:00 committed by GitHub
commit 11183966f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);