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

fix: 🐛 *arr side bar text color fix

This commit is contained in:
GilbN 2022-04-09 15:57:58 +02:00
parent 3cb31a4b4b
commit 4a19ca2ca6
6 changed files with 32 additions and 2 deletions

View File

@ -318,6 +318,10 @@ a:hover {
background-color: transparent;
}
[class*="PageSidebarItem-link-"] {
color: var(--text-hover)
}
[class*="PageSidebarItem-link-"]:hover {
color: rgb(var(--accent-color));
text-decoration: none;

View File

@ -244,6 +244,10 @@ a:hover {
background-color: transparent;
}
[class*="PageSidebarItem-link-"] {
color: var(--text-hover)
}
[class*="PageSidebarItem-link-"]:hover {
color: rgb(var(--accent-color));
text-decoration: none;

View File

@ -243,6 +243,10 @@ a:hover {
background-color: transparent;
}
[class*="PageSidebarItem-link-"] {
color: var(--text-hover)
}
[class*="PageSidebarItem-link-"]:hover {
color: rgb(var(--accent-color));
text-decoration: none;

View File

@ -317,6 +317,10 @@ a:hover {
background-color: transparent;
}
[class*="PageSidebarItem-link-"] {
color: var(--text-hover)
}
[class*="PageSidebarItem-link-"]:hover {
color: rgb(var(--accent-color));
text-decoration: none;

View File

@ -219,6 +219,12 @@ a:hover {
}
/* SONARR SPECIFIC */
[class*="EpisodeDetailsModalContent-selectedTab-"] {
border-color: var(--accent-color-hover);
background-color: rgb(0 0 0 / 40%);
}
[class*="SeriesSearchInput-sectionTitle-"] {
color: var(--text-hover);
}
@ -262,6 +268,10 @@ a:hover {
background-color: transparent;
}
[class*="PageSidebarItem-link-"] {
color: var(--text-hover)
}
[class*="PageSidebarItem-link-"]:hover {
color: rgb(var(--accent-color));
text-decoration: none;
@ -691,7 +701,7 @@ a:hover {
}
[class*="SeriesSearchResult-alternateTitle-"] {
color: var(--text-hover)
color: var(--text-hover);
font-size: 12px;
}
@ -936,7 +946,7 @@ input:focus:-ms-input-placeholder {
[class*="CalendarEvent-episodeInfo-"],
[class*="CalendarEvent-airTime-"],
[class*="Legend-legend-"] [class*="LegendItem-legendItem-"] {
color: var(--text-hover) !important;
color: #fff !important;
}
[class*="CalendarEvent-event-"] {

View File

@ -243,6 +243,10 @@ a:hover {
background-color: transparent;
}
[class*="PageSidebarItem-link-"] {
color: var(--text-hover)
}
[class*="PageSidebarItem-link-"]:hover {
color: rgb(var(--accent-color));
text-decoration: none;