diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,7 +7,7 @@ } body { - background: #fff; + background: #eee; color: #000; font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial; text-align: center; @@ -23,7 +23,7 @@ body { header { - + background: #fff; position: relative; color: #ededed; line-height: 1.5em; @@ -65,7 +65,7 @@ header .site-name { color: #000; margin: 0; cursor: pointer; - font-weight: 200; + font-weight: 50; font-size: 2.3em; letter-spacing: 1px; } @@ -117,7 +117,7 @@ a { display: block; padding: 20px; border-radius: 20px; - background-color: #eee; + background-color: #d3d3d3; margin-bottom: 20px } |