Fix: Added a fallback color in case the external link is not a known domain

This commit is contained in:
lscambo13
2025-01-31 11:31:40 -08:00
parent 66f777672d
commit a27e9e6713

View File

@@ -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;