diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,700'); + body { color: #eee; background-color: #111; @@ -9,7 +11,7 @@ body { } h1 { - color: #999; + color: #888; font-size: 2em; font-weight: bold; margin: 0.5em 0; |