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 { a.sc-flickr {
background-color: @flickr-bg-color; background-color: @flickr-bg-color;
} }
a.sc-lastfm {
background-color: @lastfm-bg-color;
}
} }
.ads-aside { .ads-aside {

File diff suppressed because one or more lines are too long

View file

@ -71,3 +71,4 @@
@bitbucket-bg-color: #0747A6; @bitbucket-bg-color: #0747A6;
@mastodon-bg-color: #3088d4; @mastodon-bg-color: #3088d4;
@flickr-bg-color: #ff0084; @flickr-bg-color: #ff0084;
@lastfm-bg-color: #d92323;