1
0
mirror of synced 2025-02-17 11:08:35 +01:00

Merge pull request #25 from AlexDaniel/patch-1

Change text color from #727272 to #595959
This commit is contained in:
Steve Smith 2016-05-02 11:47:33 -04:00
commit 6b0a5c250c

View File

@ -4,7 +4,7 @@ body {
background-color: #fff;
padding:50px;
font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#727272;
color:#595959;
font-weight:400;
}