From 50a2f0ee697f27370003650bbd5b68c1997faf3d Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Sat, 26 Apr 2025 21:08:26 +0100 Subject: [PATCH] style: imply speech bubbles --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index b9a5329..d7eda23 100644 --- a/styles.css +++ b/styles.css @@ -135,6 +135,8 @@ h1 { color: var(--light-cyan); float: left; + + border-bottom-left-radius: 0; } .message-content.theirs h3 { @@ -154,6 +156,8 @@ h1 { right: 0; margin-bottom: 0.5em; + + border-bottom-right-radius: 0; } .ours .message-text {