1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-17 15:39:36 +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 */
[class*="SearchResult-title-"]{
color:var(--link-color);
}
[class*="AddNewArtistSearchResult-year-"] {
color: #fff;
}

View File

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

View File

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

View File

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