summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-10-27 00:35:42 +0500
committerilotterytea <iltsu@alright.party>2025-10-27 00:35:42 +0500
commit8a2b0b0993bb48e2cc9ece10f5d272bd5acfe806 (patch)
treeb50b04e04403b7a556c8bd3dd69721fe305dcafb /style.css
parentafd99384d0ca224907901a92a87963663559589d (diff)
feat: display replies
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
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);
}