From 717de3a435f08269e7c12a8edae49ae2abe67c5a Mon Sep 17 00:00:00 2001 From: zepp Date: Sun, 29 Dec 2024 19:44:07 -0500 Subject: [PATCH] better styling to show guestbook conversations --- style/guestbook.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style/guestbook.css b/style/guestbook.css index a7338ff..06ec59f 100644 --- a/style/guestbook.css +++ b/style/guestbook.css @@ -44,6 +44,12 @@ ul.pages li.active { border-bottom: 2px solid var(--border); } +.a { + padding-left: 2rem; + border-left: 8px double var(--border); + margin-bottom: 2rem; +} + .guestbook-text { padding-bottom: 0.5rem; border-bottom: 2px solid var(--border);