Use black for borders instead of white.

This commit is contained in:
Michael Smith
2016-12-26 14:56:15 +01:00
parent 2ed616981e
commit a78177439c
4 changed files with 6 additions and 82 deletions

View File

@@ -2,8 +2,8 @@
* Site header
*/
.site-header {
border-top: 5px solid #fff;
border-bottom: 1px solid #fff;
border-top: 5px solid #000;
border-bottom: 1px solid #000;
min-height: 56px;
// Positioning context for the mobile navigation icon
@@ -31,7 +31,7 @@
position: absolute;
top: 9px;
right: $spacing-unit / 2;
border: 1px solid #fff;
border: 1px solid #000;
border-radius: 5px;
text-align: right;
@@ -73,7 +73,7 @@
* Site footer
*/
.site-footer {
border-top: 1px solid #fff;
border-top: 1px solid #000;
padding: $spacing-unit 0;
}