From 12892177d02ff99e5e57a0d8d8be4f86ef0abe98 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Mon, 4 Sep 2017 13:02:30 -0700 Subject: [PATCH] Update main.css --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 54f9b7f..5d84d69 100644 --- a/css/main.css +++ b/css/main.css @@ -280,7 +280,7 @@ footer { margin-top: 50px; font-size: 14px; {% if site.footer-col %} - background: {{ site.navbar-col }}; + background: {{ site.footer-col }}; {% endif %} {% if site.footer-img %} background-image: url({{ site.footer-img }});