From 2a0d16cc2ffb51121a1c0d0784cdb05eba0d8faf Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 26 Jun 2023 15:01:45 -0500 Subject: [PATCH] More margins --- src/stylus/core.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stylus/core.styl b/src/stylus/core.styl index 1288f75..c593af1 100644 --- a/src/stylus/core.styl +++ b/src/stylus/core.styl @@ -78,12 +78,12 @@ html,body border-left solid var(--syntax-bpx) var(--syntax-ledg) display flex - .highlight, form, ul, ol, p, details + .highlight, form, ul, ol, p margin-top 1em margin-bottom 0.25em &:first-child { margin-top: 0 } - h1, h2, h3, h4, h5, h6 + h1, h2, h3, h4, h5, h6, details margin-top 2em margin-bottom 0.25em