summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/style.css b/style.css
index fa6f31f..2bbe815 100644
--- a/style.css
+++ b/style.css
@@ -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 {