sets page bgcolor to (white, base)

This commit is contained in:
Seyi Adebajo 2017-03-31 12:35:00 -07:00 committed by Mars Lan
parent 97840b7e89
commit d7bc7d5d5c

View File

@ -13,7 +13,7 @@ html {
body {
padding-top: $nav-min-height;
padding-bottom: $nav-min-height;
background-color: set-color(white, catskill);
background-color: set-color(white, base);
}
/**
@ -37,4 +37,4 @@ a {
color: $text-color;
text-decoration: none;
}
}
}