fix for link button backgrounds failing to update

This commit is contained in:
ari melody 2023-10-15 03:05:50 +01:00
parent 3650f026a2
commit 6c10aab7b3
Signed by: ari
GPG key ID: CF99829C92678188
2 changed files with 6 additions and 5 deletions

View file

@ -94,7 +94,7 @@ h3.music-type-upcoming {
.music-links li a:hover {
color: #eee;
border-color: #eee;
background-color: #65b4fd;
background-color: var(--links) !important;
text-decoration: none;
}