diff --git a/static/styles/root.css b/static/styles/root.css index 67fb2eb..858e2c6 100644 --- a/static/styles/root.css +++ b/static/styles/root.css @@ -72,18 +72,11 @@ @layer reset { * { box-sizing: border-box; } - button, h1, h2, h3, h4, h5, h6, input, ol, ul, p, textarea { - padding: 0; - margin: 0; - } - - h1:first-child, h2:first-child, h3:first-child, - h4:first-child, h5:first-child, h6:first-child { - margin-block-start: 0; + body, button, h1, h2, h3, h4, h5, h6, input, ol, ul, p, pre, textarea { + padding: 0; margin: 0; } table { - width: 100%; border-spacing: 0; border-collapse: collapse; } @@ -108,8 +101,6 @@ textarea:-webkit-autofill { box-shadow: 0 0 0 6rem var(--white) inset; } - - pre { margin: 0; } } a {