diff --git a/public/themes/circlepro/stylesheets/editor.css b/public/themes/circlepro/stylesheets/editor.css index f23ebdf..453a7fd 100644 --- a/public/themes/circlepro/stylesheets/editor.css +++ b/public/themes/circlepro/stylesheets/editor.css @@ -34,6 +34,17 @@ h5, .wiki h5 { h6, .wiki h6 { color: #81868b; } +h1, h2, h3, h4, h5, h6 { + margin: 1rem 0; + padding: 2px 10px 1px 0; +} +h4, .wiki h4 { + margin-bottom: 10px; +} +h5, h6 { + padding: 0; + margin-bottom: 5px; +} a, a:link, a:visited { color: #3c8dbc;