Merge pull request #136 from sumnerevans/master

#135 add Medium background color
This commit is contained in:
Alexandre Vicenzi 2017-09-05 15:57:19 -03:00 committed by GitHub
commit 0091474a91
3 changed files with 7 additions and 2 deletions

View file

@ -402,6 +402,10 @@ ul.social {
background-color: @linkedin-bg-color;
}
a.sc-medium {
background-color: @medium-bg-color;
}
a.sc-rss {
background-color: @rss-bg-color;
}

File diff suppressed because one or more lines are too long

View file

@ -50,12 +50,13 @@
// Social buttons
@email-bg-color: #578AD6;
@email-bg-color: #578ad6;
@facebook-bg-color: #3e5b98;
@github-bg-color: #111010;
@google-bg-color: #d93e2d;
@instagram-bg-color: #125688;
@linkedin-bg-color: #3371b7;
@medium-bg-color: #00ab6b;
@pinterest-bg-color: #c92619;
@reddit-bg-color: #ff4500;
@rss-bg-color: #f26109;