Merge pull request #189 from haplo/flickr-social

Include Flickr styles for SOCIAL
This commit is contained in:
Alexandre Vicenzi 2019-10-28 12:39:00 +01:00 committed by GitHub
commit 79999db1c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View file

@ -482,6 +482,9 @@ ul.social {
background-color: @mastodon-bg-color; background-color: @mastodon-bg-color;
} }
a.sc-flickr {
background-color: @flickr-bg-color;
}
} }
.ads-aside { .ads-aside {

File diff suppressed because one or more lines are too long

View file

@ -70,3 +70,4 @@
@xing-bg-color: #007575; @xing-bg-color: #007575;
@bitbucket-bg-color: #0747A6; @bitbucket-bg-color: #0747A6;
@mastodon-bg-color: #3088d4; @mastodon-bg-color: #3088d4;
@flickr-bg-color: #ff0084;