From cf18534c311e92824583dd626ec15b6516dcb4ed Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Thu, 16 Nov 2017 18:53:44 -0600 Subject: [PATCH] Footer bar background color and border --- app/assets/stylesheets/app/_footer.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/app/_footer.scss b/app/assets/stylesheets/app/_footer.scss index f42b9c457..ac85969c9 100644 --- a/app/assets/stylesheets/app/_footer.scss +++ b/app/assets/stylesheets/app/_footer.scss @@ -16,7 +16,8 @@ h2 { position: relative; width: 100%; padding: 5px; - background-color: #d8d7d9; + background-color: #f1f1f1; + border-top: 1px solid rgba(black, 0.04); height: $footer-height; max-height: $footer-height; z-index: 100;