Clean default styling

This commit is contained in:
Nicholas 2017-07-15 20:12:17 -04:00 committed by Griatch
parent 60e7691d15
commit df88f4f7ad

View file

@ -46,7 +46,7 @@ html {
body {
/* Margin bottom by footer height plus padding against main content*/
margin-bottom: 92px;
background-color: #fefefe;
background-color: #eee;
}
.footer {
@ -65,10 +65,6 @@ body {
}
/* Default Colors */
.main-content {
margin-top: 32px;
background-color: white;
}
.navbar {
background-color: #3d5c7a;