mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-23 16:59:41 +00:00
Merge pull request #46 from relu/master
s/font-color/color in page.less
This commit is contained in:
commit
25ed0716a3
@ -1,7 +1,7 @@
|
|||||||
body {
|
body {
|
||||||
background-color: @bodycolor;
|
background-color: @bodycolor;
|
||||||
font-family: @base-font;
|
font-family: @base-font;
|
||||||
font-color: @textcolor;
|
color: @textcolor;
|
||||||
}
|
}
|
||||||
.navigation-wrapper {
|
.navigation-wrapper {
|
||||||
.container();
|
.container();
|
||||||
@ -680,4 +680,4 @@ body {
|
|||||||
}
|
}
|
||||||
#goog-wm-sb {
|
#goog-wm-sb {
|
||||||
.btn();
|
.btn();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user