Archived
1
0
Fork 0

app/assets/less/variables.less: adding LinkedIn variables.

This commit is contained in:
Henrik Hautakoski 2018-08-08 22:08:57 +02:00
parent b289a330e8
commit c76b3f1b09
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -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
// ---------------------------------- // ----------------------------------