mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
Fixed Sonarr base typo
This commit is contained in:
parent
10bebc58d6
commit
b43c1f13b6
@ -43,11 +43,11 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* LINKS */
|
/* LINKS */
|
||||||
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]) {
|
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):not([class*="Button-medium-"]) {
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):hover {
|
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):hover:not([class*="Button-medium-"]):hover {
|
||||||
color: var(--link-color-hover);
|
color: var(--link-color-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -392,7 +392,7 @@ a:hover {
|
|||||||
background-color: rgba(0, 0, 0, .25) !important;
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[cl*="Popover-title-"]ass,
|
[class*="Popover-title-"],
|
||||||
[class*="SeasonInfo-title-"],
|
[class*="SeasonInfo-title-"],
|
||||||
[class*="Popover-body-"],
|
[class*="Popover-body-"],
|
||||||
[class*="Tooltip-bod-"] {
|
[class*="Tooltip-bod-"] {
|
||||||
|
Loading…
Reference in New Issue
Block a user