Include Flickr styles for SOCIAL
This commit is contained in:
parent
fd30f0f057
commit
a03d388a8c
3 changed files with 5 additions and 1 deletions
|
@ -482,6 +482,9 @@ ul.social {
|
|||
background-color: @mastodon-bg-color;
|
||||
}
|
||||
|
||||
a.sc-flickr {
|
||||
background-color: @flickr-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
|
@ -70,3 +70,4 @@
|
|||
@xing-bg-color: #007575;
|
||||
@bitbucket-bg-color: #0747A6;
|
||||
@mastodon-bg-color: #3088d4;
|
||||
@flickr-bg-color: #ff0084;
|
||||
|
|
Loading…
Reference in a new issue