Added instagram background color for use in SOCIAL variable (#110)
This commit is contained in:
parent
225c8c2fd0
commit
ec070a15bd
3 changed files with 6 additions and 1 deletions
|
@ -364,6 +364,10 @@ ul.social {
|
|||
background-color: @google-bg-color;
|
||||
}
|
||||
|
||||
a.sc-instagram {
|
||||
background-color: @instagram-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
|
@ -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…
Reference in a new issue