diff options
author | June McEnroe <june@causal.agency> | 2020-04-27 21:48:31 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-27 21:48:31 -0400 |
commit | 24f17289311b5f3271f873ab05fec322dd03166a (patch) | |
tree | ee5a9a81424c41c2c072f476bd558fff49d5fa8a /default.html | |
parent | Clean up export.c (diff) | |
download | bubger-24f17289311b5f3271f873ab05fec322dd03166a.tar.gz bubger-24f17289311b5f3271f873ab05fec322dd03166a.zip |
Style groups in recipients
Can't actually test this oops.
Diffstat (limited to '')
-rw-r--r-- | default.html | 7 |
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: '; } |