Include Flickr styles for SOCIAL

This commit is contained in:
Fidel Ramos 2019-10-27 15:26:37 +00:00
parent fd30f0f057
commit a03d388a8c
No known key found for this signature in database
GPG key ID: 64490E0A752C21C4
3 changed files with 5 additions and 1 deletions

View file

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

File diff suppressed because one or more lines are too long

View file

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