Add background color for Last.fm social button (#195)

This commit is contained in:
Haochen Tong 2020-01-28 23:39:07 +01:00 committed by GitHub
parent bb3ca5f4e1
commit 37f8420cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {