Merge pull request #174 from sumnerevans/master

Added Keybase background color
This commit is contained in:
Alexandre Vicenzi 2019-04-17 21:44:22 +02:00 committed by GitHub
commit 071f046a9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View file

@ -394,6 +394,10 @@ ul.social {
background-color: @instagram-bg-color;
}
a.sc-keybase {
background-color: @keybase-bg-color;
}
a.sc-pinterest {
background-color: @pinterest-bg-color;
}

File diff suppressed because one or more lines are too long

View file

@ -55,6 +55,7 @@
@github-bg-color: #111010;
@google-bg-color: #d93e2d;
@instagram-bg-color: #125688;
@keybase-bg-color: #4c8dff;
@linkedin-bg-color: #3371b7;
@medium-bg-color: #00ab6b;
@pinterest-bg-color: #c92619;