New: Updated the hover effect on other main media buttons to match the play button

This commit is contained in:
lscambo13
2025-05-16 13:28:39 -07:00
parent 7742caef71
commit 2e20ab16fa

View File

@@ -634,6 +634,12 @@ html {
border-color: transparent;
margin: .5em !important;
border-radius: 50%;
padding: .6em !important;
}
.layout-desktop .detailButton:not(.btnPlay):hover {
color: black;
background: var(--dimTextColor);
}
.btnPlay.detailButton {