Added instagram background color for use in SOCIAL variable
This commit is contained in:
parent
225c8c2fd0
commit
b0d22426db
2 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue