From a4762f734ad3ef16cf8c49242e46f742b4444f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Mon, 17 Oct 2016 15:28:54 +0800 Subject: [PATCH] Font weight should be bold for h4 --- botanjs/src/Astro/Blog/SharedStyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botanjs/src/Astro/Blog/SharedStyle.css b/botanjs/src/Astro/Blog/SharedStyle.css index 78d6e560..89207c09 100644 --- a/botanjs/src/Astro/Blog/SharedStyle.css +++ b/botanjs/src/Astro/Blog/SharedStyle.css @@ -2,6 +2,6 @@ h1, h2, h3, h4, .h1, .h2, .h3, .h4 { font-family: custom-serif; } h1, .h1 { font-size: 2.5em; } h2, .h2 { font-size: 2em; } h3, .h3 { font-size: 1.5em; } -h4, .h4 { font-size: 1em; } +h4, .h4 { font-size: 1em; font-weight: bold; } h5, .h5 { font-size: 0.8em; } h6, .h6 { font-size: 0.5em; }