From 8a4408fe22d815e5e79c5a55905a2b01b7260584 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Mon, 29 Dec 2025 14:49:10 -0800 Subject: [PATCH] ta --- examples/ssr/landing.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/ssr/landing.tsx b/examples/ssr/landing.tsx index a1bc30a..2abd520 100644 --- a/examples/ssr/landing.tsx +++ b/examples/ssr/landing.tsx @@ -27,6 +27,7 @@ const Pre = define('Pre', { marginBottom: theme('spacing-xl'), color: theme('colors-fg'), whiteSpace: 'pre', + borderBottom: '1px solid var(--theme-colors-border)', }) const P = define('P', {