Merge pull request #136 from sumnerevans/master
#135 add Medium background color
This commit is contained in:
commit
0091474a91
3 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
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
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue