Set Diaspora icon colors.
This commit is contained in:
parent
cf63b4408e
commit
d0fae534ea
4 changed files with 9 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/alexandrevicenzi/Flex#readme",
|
||||
"dependencies": {
|
||||
"font-awesome": "^4.6.1",
|
||||
"font-awesome": "^5.13.0",
|
||||
"gulp": "^4.0.1",
|
||||
"gulp-cssnano": "^2.1.3",
|
||||
"gulp-less": "^3.5.0",
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
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,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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue