Skip to content
Snippets Groups Projects
Verified Commit 6cd3d290 authored by Owen Graham's avatar Owen Graham
Browse files

Fix border applying to body

parent 4657d248
Branches
No related tags found
No related merge requests found
......@@ -157,6 +157,8 @@ p,
.site-footer,
body {
background: #282728;
}
.site-footer {
border-top: 5px solid #c5050c;
}
/* The text in the footer. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment