diff --git a/scss/demo.scss b/scss/demo.scss index 3f0d7f994..18138e609 100644 --- a/scss/demo.scss +++ b/scss/demo.scss @@ -12,3 +12,18 @@ body.no-transitions * { transition: none !important; } + +.toc-entry { + &:before { + content: '- ' + } + + ul { + list-style: none; + padding-left: 1rem; + } + + a { + color: $text-muted; + } +} \ No newline at end of file diff --git a/scss/ui/_markdown.scss b/scss/ui/_markdown.scss index 3a3a52272..03eb02ebe 100644 --- a/scss/ui/_markdown.scss +++ b/scss/ui/_markdown.scss @@ -29,8 +29,8 @@ Markdown &:before { content: ''; - padding-top: 2em; - margin-top: -2em; + padding-top: 1em; + margin-top: -1em; display: block; } }