1
0
mirror of synced 2024-11-24 07:30:14 +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); @import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);
body { body {
background-color: #fff;
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:#777;