Footer bar background color and border

This commit is contained in:
Mo Bitar
2017-11-16 18:53:44 -06:00
parent 483ffab6bf
commit cf18534c31

View File

@@ -16,7 +16,8 @@ h2 {
position: relative; position: relative;
width: 100%; width: 100%;
padding: 5px; padding: 5px;
background-color: #d8d7d9; background-color: #f1f1f1;
border-top: 1px solid rgba(black, 0.04);
height: $footer-height; height: $footer-height;
max-height: $footer-height; max-height: $footer-height;
z-index: 100; z-index: 100;