summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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);
}