Added instagram background color for use in SOCIAL variable

This commit is contained in:
Mark Olson 2017-04-03 18:42:47 +02:00
parent 225c8c2fd0
commit b0d22426db
2 changed files with 5 additions and 0 deletions

View file

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

View file

@ -54,6 +54,7 @@
@facebook-bg-color: #3e5b98;
@github-bg-color: #111010;
@google-bg-color: #d93e2d;
@instagram-bg-color: #125688;
@linkedin-bg-color: #3371b7;
@pinterest-bg-color: #c92619;
@reddit-bg-color: #ff4500;