From 58abc57d40056977263f68b8ecec578a0176ba5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Fri, 27 Dec 2024 13:16:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=BD=AE=E6=89=80=E6=9C=89=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=85=83=E7=B4=A0=E7=9A=84margin=E5=92=8Cpadding?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/theme.css b/src/theme.css index cc47d1a..a5caa4b 100644 --- a/src/theme.css +++ b/src/theme.css @@ -50,6 +50,11 @@ background-color: var(--color-bg); } + :where(h1, h2, h3, h4, h5, h6) { + margin: 0; + padding: 0; + } + #root { width: 100%; height: 100%;