summary refs log tree commit diff
path: root/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'default.html')
-rw-r--r--default.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/default.html b/default.html
index fefc9c7..7059e61 100644
--- a/default.html
+++ b/default.html
@@ -70,6 +70,13 @@ ul.recipient li:not(:last-child)::after {
 	content: ', ';
 	margin-right: 1ch;
 }
+ul.recipient li.group > address::after {
+	content: ': ';
+}
+ul.recipient li.group::after {
+	content: '; ';
+	margin-right: 1ch;
+}
 address.from::before {
 	content: 'From: ';
 }