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

@ -24,7 +24,7 @@
}, },
"homepage": "https://github.com/alexandrevicenzi/Flex#readme", "homepage": "https://github.com/alexandrevicenzi/Flex#readme",
"dependencies": { "dependencies": {
"font-awesome": "^4.6.1", "font-awesome": "^5.13.0",
"gulp": "^4.0.1", "gulp": "^4.0.1",
"gulp-cssnano": "^2.1.3", "gulp-cssnano": "^2.1.3",
"gulp-less": "^3.5.0", "gulp-less": "^3.5.0",

View file

@ -482,6 +482,11 @@ ul.social {
background-color: @mastodon-bg-color; background-color: @mastodon-bg-color;
} }
a.sc-diaspora {
color: @diaspora-color;
background-color: @diaspora-bg-color;
}
a.sc-flickr { a.sc-flickr {
background-color: @flickr-bg-color; 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; @xing-bg-color: #007575;
@bitbucket-bg-color: #0747A6; @bitbucket-bg-color: #0747A6;
@mastodon-bg-color: #3088d4; @mastodon-bg-color: #3088d4;
@diaspora-color: #000000;
@diaspora-bg-color: #D5D5D5;
@flickr-bg-color: #ff0084; @flickr-bg-color: #ff0084;
@lastfm-bg-color: #d92323; @lastfm-bg-color: #d92323;