Remove hover effect on more button

This commit is contained in:
foxster-mp4
2023-04-29 16:26:13 -07:00
parent 1b278a02fa
commit 04d974784b

View File

@@ -94,12 +94,6 @@ a {
background: linear-gradient(to right, transparent, var(--color-bg) 35%);
}
@media (hover:hover) {
#more button:hover {
opacity: 0.75;
}
}
/* What's new */
#whats-new,