From b5354662d3c7434cbde53344e862ea733e02a862 Mon Sep 17 00:00:00 2001 From: Francois Michonneau Date: Fri, 13 Feb 2015 09:17:00 -0500 Subject: [PATCH] fix #8 (font size for code in headings) --- css/swc.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/swc.css b/css/swc.css index ebcc309..a4a1076 100644 --- a/css/swc.css +++ b/css/swc.css @@ -19,6 +19,10 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; } +h2 code, h3 code, h4 code, h5 code, h6 code { + font-size: inherit; +} + /* Objectives, Callout Box and Challenges */ .objectives, .keypoints, .callout, .challenge { margin: 1em 0;