diff --git a/static/markdown-preview.css b/static/markdown-preview.css index da83bb5a5..6c1c7265a 100644 --- a/static/markdown-preview.css +++ b/static/markdown-preview.css @@ -65,6 +65,20 @@ border-bottom: 1px solid #CCC; } +.markdown-body h3 { + font-size: 18px; + font-weight: bold; + margin-top: 20px; + margin-bottom: 10px; +} + +.markdown-body h4 { + font-size: 16px; + font-weight: bold; + margin-top: 20px; + margin-bottom: 10px; +} + .markdown-body p { margin-bottom: 15px; }