Combine body styles

This commit is contained in:
Michael Rose 2014-04-10 11:30:43 -04:00
parent 25ed0716a3
commit f905ddfb5c
3 changed files with 2 additions and 9 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
body {
background-color: @bodycolor;
font-family: @base-font;
color: @textcolor;
color: @text-color;
}
.navigation-wrapper {
.container();

View file

@ -1,10 +1,3 @@
// Body
// --------------------------------------------------
body {
font-family: @base-font;
color: @text-color;
}
// Headings
// --------------------------------------------------
h1, h2, h3, h4, h5, h6 {