app/assets/less/variables.less: adding LinkedIn variables.
This commit is contained in:
parent
b289a330e8
commit
c76b3f1b09
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
||||||
@google-color: #db4437;
|
@google-color: #db4437;
|
||||||
@github-color: #4183c4;
|
@github-color: #4183c4;
|
||||||
@gitlab-color: #548;
|
@gitlab-color: #548;
|
||||||
|
@linkedin-color: #0077B5;
|
||||||
|
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
// Font
|
// Font
|
||||||
|
|
@ -116,6 +117,9 @@
|
||||||
@button-gitlab-color: white;
|
@button-gitlab-color: white;
|
||||||
@button-gitlab-bg: @gitlab-color;
|
@button-gitlab-bg: @gitlab-color;
|
||||||
|
|
||||||
|
@button-linkedin-color: white;
|
||||||
|
@button-linkedin-bg: @linkedin-color;
|
||||||
|
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
// Shadows
|
// Shadows
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
|
|
|
||||||
Reference in a new issue