s/font-color/color in page.less
This commit is contained in:
parent
3c7ad2ea9c
commit
7e99972cc4
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue