From f32fff43f0693f0fd42c6f9f3ef76d01e0285468 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 19 May 2015 11:55:13 +0100 Subject: [PATCH] Reduce font weight --- docs_theme/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_theme/css/default.css b/docs_theme/css/default.css index d998fbeed..14457a699 100644 --- a/docs_theme/css/default.css +++ b/docs_theme/css/default.css @@ -182,7 +182,7 @@ body{ } #main-content h3, #main-content h4, #main-content h5 { - font-weight: 500; + font-weight: 300; margin-top: 15px }