This commit is contained in:
zyqunix 2025-05-11 15:02:58 +02:00
parent 13de9931b0
commit 75a96b576c
No known key found for this signature in database
GPG key ID: 134A8DEEA83B80E6
3 changed files with 8 additions and 2 deletions

View file

@ -624,7 +624,11 @@ div[class="cards sitemap shadow"] > h4 {
}
#artist {
cursor: pointer;
transition: color 0.1s;
}
#artist:hover {
color: #c099ff;
}
#song-cover {