diff options
Diffstat (limited to 'web/pw-server/src/styles/markdown.scss')
-rw-r--r-- | web/pw-server/src/styles/markdown.scss | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/web/pw-server/src/styles/markdown.scss b/web/pw-server/src/styles/markdown.scss index d5ed2fa..aa9569b 100644 --- a/web/pw-server/src/styles/markdown.scss +++ b/web/pw-server/src/styles/markdown.scss @@ -3,8 +3,15 @@ .markdown-body { color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, - "Open Sans", "Helvetica Neue", sans-serif; + "Open Sans", "Helvetica Neue", sans-serif; + h2 { + margin-top: 1.5em; + } + + h3 { + margin-top: 1.2em; + } a { color: variables.$blue-primary; @@ -32,6 +39,6 @@ } li { - padding: .5em; + margin-bottom: 1em; } -}
\ No newline at end of file +} |