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;