New: Updated the active state of main media buttons

This commit is contained in:
lscambo13
2025-05-16 13:33:22 -07:00
parent 2b5f833352
commit fd1c368daa

View File

@@ -642,6 +642,11 @@ html {
background: var(--dimTextColor);
}
.layout-desktop .detailButton:not(.btnPlay):active {
color: black;
background: var(--textColor);
}
.btnPlay.detailButton {
background-color: var(--textColor);
color: black;