diff options
Diffstat (limited to 'default.css')
-rw-r--r-- | default.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/default.css b/default.css index 449132f..40d9e88 100644 --- a/default.css +++ b/default.css @@ -36,7 +36,24 @@ nav form { margin-top: 1em; } +td.nick { + text-align: right; +} +tr.privmsg td.nick span::before { + content: '<'; +} +tr.privmsg td.nick span::after { + content: '>'; +} +tr.action td.nick span::before { + content: '* '; +} +tr.notice td.nick span::before, tr.notice td.nick span::after { + content: '-'; +} + footer { + margin-top: 1em; display: flex; flex-wrap: wrap; justify-content: space-between; |