mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
Fixed Prowlarr PageHeader hover
This commit is contained in:
parent
c8b5768d48
commit
4135f66475
@ -33,14 +33,22 @@ body {
|
||||
}
|
||||
|
||||
/* LINKS */
|
||||
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]) {
|
||||
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):not([class*="PageHeader-"]):not([class*="Button-small-"]) {
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):hover {
|
||||
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):hover:not([class*="PageHeader-translate"]):hover:not([class*="Button-small-"]):hover {
|
||||
color: var(--link-color-hover);
|
||||
}
|
||||
|
||||
[class*="PageHeaderActionsMenu-menuButton-"]:hover {
|
||||
color: #515253;
|
||||
}
|
||||
|
||||
[class*="PageHeader-donate-"]:hover {
|
||||
color: #9c1f30 !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user