From 06c155d592e442fed95ab557132cf526cad8be00 Mon Sep 17 00:00:00 2001
From: Brian Canini <canini.16@osu.edu>
Date: Mon, 20 Dec 2021 13:05:02 -0500
Subject: [PATCH] updating footer background color

---
 web/themes/asc_bootstrap/assets/sass/layout/_footer.scss | 2 +-
 web/themes/asc_bootstrap/css/style.css                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/themes/asc_bootstrap/assets/sass/layout/_footer.scss b/web/themes/asc_bootstrap/assets/sass/layout/_footer.scss
index ff8bae9d61..fa0a02d17f 100644
--- a/web/themes/asc_bootstrap/assets/sass/layout/_footer.scss
+++ b/web/themes/asc_bootstrap/assets/sass/layout/_footer.scss
@@ -6,7 +6,7 @@
 // --------------------------------------------------
 
 .footer {
-  background: #173E41;
+  background: #3F4443;
   border-top: none;
   color: $white;
   margin-top: 0;
diff --git a/web/themes/asc_bootstrap/css/style.css b/web/themes/asc_bootstrap/css/style.css
index e6dbe5cf74..03eb30813c 100644
--- a/web/themes/asc_bootstrap/css/style.css
+++ b/web/themes/asc_bootstrap/css/style.css
@@ -9147,7 +9147,7 @@ figcaption {
 
 /* line 8, ../assets/sass/layout/_footer.scss */
 .footer {
-  background: #173E41;
+  background: #3F4443;
   border-top: none;
   color: #ffffff;
   margin-top: 0;
-- 
GitLab