Added Keybase background color
This commit is contained in:
parent
953ede091b
commit
1bf1e9349a
3 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
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
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue