Fix link, make headers a little bigger
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 09 Jan 2020 21:22:59 -0800 |
parents |
6bb8080b3909
|
children |
8ce58b966e9c
|
branches/tags |
(none) |
files |
generate.lisp static/css/style.css |
Changes
--- 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")
--- 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 {