fix for link button backgrounds failing to update
This commit is contained in:
parent
3650f026a2
commit
6c10aab7b3
2 changed files with 6 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue