1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

feat: 💄 *arr search result accents

This commit is contained in:
GilbN 2022-03-27 22:23:21 +02:00
parent f417c7901b
commit 1a0b36a8a2
4 changed files with 16 additions and 0 deletions

View File

@ -717,6 +717,10 @@ a:hover {
} }
/* SEARCH RESULTS */ /* SEARCH RESULTS */
[class*="SearchResult-title-"]{
color:var(--link-color);
}
[class*="AddNewArtistSearchResult-year-"] { [class*="AddNewArtistSearchResult-year-"] {
color: #fff; color: #fff;
} }

View File

@ -723,6 +723,10 @@ a:hover {
} }
/* SEARCH RESULTS */ /* SEARCH RESULTS */
[class*="SearchResult-title-"]{
color:var(--link-color);
}
[class*="AddNewMovieSearchResult-searchResult-"], [class*="AddNewMovieSearchResult-searchResult-"],
[class*="AddNewMovieSearchResult-underlay-"] { [class*="AddNewMovieSearchResult-underlay-"] {
background-color: transparent !important; background-color: transparent !important;

View File

@ -721,6 +721,10 @@ a:hover {
} }
/* SEARCH RESULTS */ /* SEARCH RESULTS */
[class*="SearchResult-title-"]{
color:var(--link-color);
}
[class*="AddNewAuthorSearchResult-year-"] { [class*="AddNewAuthorSearchResult-year-"] {
color: #fff; color: #fff;
} }

View File

@ -750,6 +750,10 @@ input:focus:-ms-input-placeholder {
} }
/* SEARCH RESULTS */ /* SEARCH RESULTS */
[class*="SearchResult-title-"]{
color:var(--link-color);
}
[class*="AddNewSeriesSearchResult-underlay-"] { [class*="AddNewSeriesSearchResult-underlay-"] {
background-color: transparent !important; background-color: transparent !important;
} }