s/font-color/color in page.less

This commit is contained in:
Aurel Canciu 2014-04-07 13:29:07 +03:00
parent 3c7ad2ea9c
commit 7e99972cc4

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();
}
}