diff --git a/themes/neue-dark-ui/section.less b/themes/neue-dark-ui/section.less index 7f85440db..393d07bec 100644 --- a/themes/neue-dark-ui/section.less +++ b/themes/neue-dark-ui/section.less @@ -8,7 +8,7 @@ section { &.bordered { margin: 0; - padding: @component-padding*3 0; + padding: @component-padding 0; border-top: 1px solid @tool-panel-border-highlight-color; border-bottom: 1px solid @tool-panel-border-color; diff --git a/themes/neue-dark-ui/text.less b/themes/neue-dark-ui/text.less index 870ec8aad..9bdedc8b5 100644 --- a/themes/neue-dark-ui/text.less +++ b/themes/neue-dark-ui/text.less @@ -1,11 +1,19 @@ @import "ui-mixins"; @import "ui-variables"; -h1, h2, h3 { line-height: 1em; } +h1, h2, h3 { + line-height: 1em; + margin-bottom: 15px +} h1 { font-size: 2em; } h2 { font-size: 1.5em; } h3 { font-size: 1.2em; } +p { + line-height: 1.6; + margin-bottom: 15px; +} + pre { box-shadow: none; color: @text-color;