Set Diaspora icon colors.

This commit is contained in:
NicoPy 2020-04-14 17:52:06 +02:00
parent cf63b4408e
commit d0fae534ea
4 changed files with 9 additions and 2 deletions

View file

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

File diff suppressed because one or more lines are too long

View file

@ -70,6 +70,8 @@
@xing-bg-color: #007575;
@bitbucket-bg-color: #0747A6;
@mastodon-bg-color: #3088d4;
@diaspora-color: #000000;
@diaspora-bg-color: #D5D5D5;
@flickr-bg-color: #ff0084;
@lastfm-bg-color: #d92323;