diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,9 @@ /* page structure */ body { - font-family: "Helvetica Neue", Helvetica, sans-serif; - background-color: #abe; + font-family: "Nunito", "Helvetica Neue", Helvetica, sans-serif; + background-color: #765; + margin-top: 0; + padding-top: 0; } #content { |
