From b0d22426db2841e2d286da83d7f241b327f896d2 Mon Sep 17 00:00:00 2001 From: Mark Olson Date: Mon, 3 Apr 2017 18:42:47 +0200 Subject: [PATCH] Added instagram background color for use in SOCIAL variable --- static/stylesheet/style.less | 4 ++++ static/stylesheet/variables.less | 1 + 2 files changed, 5 insertions(+) diff --git a/static/stylesheet/style.less b/static/stylesheet/style.less index c1e0dec..0e88f94 100644 --- a/static/stylesheet/style.less +++ b/static/stylesheet/style.less @@ -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; diff --git a/static/stylesheet/variables.less b/static/stylesheet/variables.less index be729de..693fae3 100644 --- a/static/stylesheet/variables.less +++ b/static/stylesheet/variables.less @@ -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;