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 {
|
||||
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 New Issue
Block a user