Add background color for Last.fm social button

This commit is contained in:
Haochen Tong 2020-01-22 20:59:24 +01:00
parent bb3ca5f4e1
commit 7db4d1c4d9
No known key found for this signature in database
GPG key ID: D70E8B08E0BC48DF
3 changed files with 6 additions and 1 deletions

View file

@ -485,6 +485,10 @@ ul.social {
a.sc-flickr {
background-color: @flickr-bg-color;
}
a.sc-lastfm {
background-color: @lastfm-bg-color;
}
}
.ads-aside {