mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Added a fallback color in case the external link is not a known domain
This commit is contained in:
@@ -956,6 +956,12 @@ progress+span {
|
||||
color: var(--textColor) !important;
|
||||
}
|
||||
|
||||
.layout-desktop .itemExternalLinks.focuscontainer-x>a:hover,
|
||||
.itemExternalLinks.focuscontainer-x>a:active {
|
||||
background-color: var(--activeColor) !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.layout-desktop .itemExternalLinks.focuscontainer-x>a[href*="themoviedb.org"]:hover,
|
||||
.itemExternalLinks.focuscontainer-x>a[href*="themoviedb.org"]:active {
|
||||
background-color: rgb(26, 183, 216) !important;
|
||||
|
Reference in New Issue
Block a user