Fix: Hover on external links was causing the text to be transparent

This commit is contained in:
lscambo13
2025-01-31 10:40:34 -08:00
parent 8e98632656
commit 66f777672d

View File

@@ -952,6 +952,10 @@ progress+span {
margin-bottom: .5em;
}
.layout-mobile .itemExternalLinks.focuscontainer-x>.button-link:hover:not(:active) {
color: var(--textColor) !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;
@@ -972,7 +976,7 @@ progress+span {
.layout-desktop .itemExternalLinks.focuscontainer-x>a[href*="trakt.tv"]:hover,
.itemExternalLinks.focuscontainer-x>a[href*="trakt.tv"]:active {
background-color: rgb(159, 66, 198) !important;
background-color: rgb(171, 58, 173) !important;
color: var(--textColor) !important;
}
@@ -988,10 +992,6 @@ progress+span {
color: var(--textColor) !important;
}
.layout-mobile .itemExternalLinks.focuscontainer-x>.button-link:hover {
color: var(--textColor) !important;
}
.itemTags,
.itemTags>a {
display: none;