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

Fixed Sonarr base typo

This commit is contained in:
GilbN 2021-11-14 21:37:57 +01:00
parent 10bebc58d6
commit b43c1f13b6

View File

@ -43,11 +43,11 @@ body {
}
/* LINKS */
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]) {
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):not([class*="Button-medium-"]) {
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);
}
@ -392,7 +392,7 @@ a:hover {
background-color: rgba(0, 0, 0, .25) !important;
}
[cl*="Popover-title-"]ass,
[class*="Popover-title-"],
[class*="SeasonInfo-title-"],
[class*="Popover-body-"],
[class*="Tooltip-bod-"] {