Merge pull request #189 from haplo/flickr-social
Include Flickr styles for SOCIAL
This commit is contained in:
commit
79999db1c6
3 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
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
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue