Merge pull request #126 from neuhaus/patch-1
make text black, improve contrast and legibility
This commit is contained in:
commit
2c7cd53aca
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
body {
|
body {
|
||||||
padding:50px;
|
padding:50px;
|
||||||
font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
color:#777;
|
color:#000;
|
||||||
font-weight:300;
|
font-weight:300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue