diff --git a/framework/core/less/forum/discussion.less b/framework/core/less/forum/discussion.less index bd3e81cec..5fec2ecfa 100644 --- a/framework/core/less/forum/discussion.less +++ b/framework/core/less/forum/discussion.less @@ -219,6 +219,19 @@ .post-body { font-size: 14px; line-height: 1.6em; + + & p, & ul, & ol, & blockquote { + margin-bottom: 1em; + } + & a { + border-bottom: 1px solid @fl-body-secondary-color; + font-weight: 600; + + &:hover { + text-decoration: none; + border-color: @link-hover-color; + } + } } .post.is-hidden { & .post-header, & .post-header a, & .post-user h3, & .post-user h3 a { diff --git a/framework/core/less/lib/variables.less b/framework/core/less/lib/variables.less index 2bfca83a5..9cc5c13e1 100644 --- a/framework/core/less/lib/variables.less +++ b/framework/core/less/lib/variables.less @@ -108,6 +108,7 @@ @zindex-pane: @zindex-navbar-fixed + 5; @zindex-alerts: @zindex-modal + 10; +@link-color: saturate(@fl-primary-color, 10%); @link-hover-color: @link-color; // ---------------------------------