From 8a2b0b0993bb48e2cc9ece10f5d272bd5acfe806 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 27 Oct 2025 00:35:42 +0500 Subject: feat: display replies --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 24e9519..bec003a 100644 --- a/style.css +++ b/style.css @@ -41,6 +41,15 @@ form div { color: gray; } +.message-thread { + color: gray; + font-size: 12px; +} + +.message-thread::before { + content: '>>> '; +} + .message:has(.author) { color: var(--message-color); } -- cgit v1.2.3