Add background color for Last.fm social button (#195)
This commit is contained in:
parent
bb3ca5f4e1
commit
37f8420cde
3 changed files with 6 additions and 1 deletions
|
@ -485,6 +485,10 @@ ul.social {
|
|||
a.sc-flickr {
|
||||
background-color: @flickr-bg-color;
|
||||
}
|
||||
|
||||
a.sc-lastfm {
|
||||
background-color: @lastfm-bg-color;
|
||||
}
|
||||
}
|
||||
|
||||
.ads-aside {
|
||||
|
|
2
static/stylesheet/style.min.css
vendored
2
static/stylesheet/style.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -71,3 +71,4 @@
|
|||
@bitbucket-bg-color: #0747A6;
|
||||
@mastodon-bg-color: #3088d4;
|
||||
@flickr-bg-color: #ff0084;
|
||||
@lastfm-bg-color: #d92323;
|
||||
|
|
Loading…
Reference in a new issue