From 4bdec51d13f3e4ae9817c36f3f306d7ad6c7d2a0 Mon Sep 17 00:00:00 2001 From: larsk Date: Thu, 20 Jun 2013 12:41:58 +0100 Subject: [PATCH] Shrink h* fonts (as the ones from warp look too big on the blog) --- theme-blog.xenproject.org/carrington-blog/css/base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme-blog.xenproject.org/carrington-blog/css/base.css b/theme-blog.xenproject.org/carrington-blog/css/base.css index 5058157..21ed703 100644 --- a/theme-blog.xenproject.org/carrington-blog/css/base.css +++ b/theme-blog.xenproject.org/carrington-blog/css/base.css @@ -11,6 +11,11 @@ body { color: #444; } +/* Fonts look too big on the blog */ +h1 { font-size: 26px; line-height: 30px; } +h2 { font-size: 20px; line-height: 22px; } +h3 { font-size: 18px; line-height: 20px; } +h4, h5, h6 { font-size: 16px; line-height: 17px; } a:hover, em, code { color: #d50; } -- 2.39.5