made 'overview' button light up when no other menu is selected (music gateway)

Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
ari melody 2024-03-20 04:21:01 +00:00
parent 4ca398be6d
commit 2af03c6676
3 changed files with 6 additions and 4 deletions

View file

@ -491,7 +491,7 @@ footer a:hover {
}
@media only screen and (min-width: 1105px) {
div#music-container:has(:not(> div#info #credits:target):not(> div#info #credits:target)) {
div#music-container:not(:has(> div#info #credits:target)):not(:has(> div#info #lyrics:target)) {
div#extras ul li:first-of-type a {
color: #eee;
}