From 2acb69da2013364ff63eb3f88c0cdcf1643c25b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Fri, 7 Feb 2025 09:56:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0pre=E5=85=83=E7=B4=A0?= =?UTF-8?q?=E7=9A=84=E9=BB=98=E8=AE=A4=E6=A0=B7=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/component.css b/src/component.css index d35402d..c8b3182 100644 --- a/src/component.css +++ b/src/component.css @@ -441,4 +441,12 @@ background-color: var(--color-info); } } + + pre { + padding: var(--spacing-xs) var(--spacing-s); + border: 1px solid var(--color-border); + border-radius: var(--border-radius-xxs); + font-size: var(--font-size-xs); + line-height: 1.4em; + } }