1
0
mirror of synced 2024-11-23 23:21:02 +01:00

Add background color

By default, no background color is set.
This commit is contained in:
Jarno 2014-01-31 12:34:43 +01:00
parent e6a7d55d3a
commit b19555ef8b

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;