Merge pull request #46 from relu/master

s/font-color/color in page.less
This commit is contained in:
Michael Rose 2014-04-10 11:27:57 -04:00
commit 25ed0716a3

View file

@ -1,7 +1,7 @@
body {
background-color: @bodycolor;
font-family: @base-font;
font-color: @textcolor;
color: @textcolor;
}
.navigation-wrapper {
.container();
@ -680,4 +680,4 @@ body {
}
#goog-wm-sb {
.btn();
}
}