1
0
mirror of synced 2024-11-14 18:57:37 +01:00

Merge pull request #14 from 127001/patch-1

Add background color
This commit is contained in:
Steve Smith 2015-10-27 11:32:09 -04:00
commit c2e160adc3

View File

@ -1,6 +1,7 @@
@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);
body {
background-color: #fff;
padding:50px;
font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#777;