# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1578633779 28800
# Node ID 2b4e4caba4b281598152ae3c9902e94fc65432bb
# Parent  6bb8080b3909c84a7e3f193ec480492ece1ce22f
Fix link, make headers a little bigger

diff -r 6bb8080b3909 -r 2b4e4caba4b2 generate.lisp
--- a/generate.lisp	Thu Jan 09 19:36:59 2020 -0800
+++ b/generate.lisp	Thu Jan 09 21:22:59 2020 -0800
@@ -239,7 +239,7 @@
   (who
     (:footer
      (:nav
-      (:a :href "https://meta.sr.ht/~sjl/" "Source Hut")
+      (:a :href "https://hg.sr.ht/~sjl/" "Source Hut")
       " ・ " (:a :href "https://github.com/sjl/" "GitHub")
       " ・ " (:a :href "https://twitter.com/stevelosh/" "Twitter")
       " ・ " (:a :href "https://instagram.com/thirtytwobirds/" "Instagram")
diff -r 6bb8080b3909 -r 2b4e4caba4b2 static/css/style.css
--- a/static/css/style.css	Thu Jan 09 19:36:59 2020 -0800
+++ b/static/css/style.css	Thu Jan 09 21:22:59 2020 -0800
@@ -76,10 +76,10 @@
     color: #e50053; text-decoration: none;
 }
 
-h1 { font-size: 36px; line-height: 48px; margin: 24px 0; }
-h2 { font-size: 30px; line-height: 36px; margin: 24px 0; }
-h3 { font-size: 25px; line-height: 24px; margin: 24px 0; }
-h4 { font-size: 20px; line-height: 24px; margin: 24px 0; }
+h1 { font-size: 40px; line-height: 50px; margin: 24px 0; }
+h2 { font-size: 36px; line-height: 36px; margin: 24px 0; }
+h3 { font-size: 30px; line-height: 36px; margin: 24px 0; }
+h4 { font-size: 24px; line-height: 36px; margin: 24px 0; }
 
 /* Code -------------------------------------------------------------------- */
 code, pre {