diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/hyde.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/css/hyde.css b/static/css/hyde.css index f6c51ee..1e90233 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -76,11 +76,15 @@ html { } /* About section */ -.sidebar-about h1 { +.site-title { color: #fff; margin-top: 0; font-family: "Abril Fatface", serif; font-size: 3.25rem; + font-weight: bold; + line-height: 1.25; + margin-bottom: 0.5rem; + display: block; } .contact-head { |