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;