From d36f56c4efe47a06217a5f8192789e2a1ad455c9 Mon Sep 17 00:00:00 2001 From: Christophe HENRY Date: Sat, 13 Mar 2021 19:17:17 +0100 Subject: [PATCH] Lowers h2 size and removes background color of pre --- css/htmgem.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/htmgem.css b/css/htmgem.css index 5306393..501a508 100644 --- a/css/htmgem.css +++ b/css/htmgem.css @@ -38,7 +38,7 @@ h1, h2, h3 { } h1 { font-size: 2rem; } -h2 { font-size: 1.8rem; } +h2 { font-size: 1.6rem; } h3 { font-size: 1.2rem; } blockquote { @@ -95,7 +95,6 @@ a.mailto:before { } pre { - background-color: #eee; margin: 0 -1rem; padding: 1rem; overflow-x: auto;