diff options
author | June McEnroe <june@causal.agency> | 2020-07-12 19:22:04 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-12 19:22:04 -0400 |
commit | aa619626bcab0c4c13266702d1f53a72b24b22f7 (patch) | |
tree | 4e46eaf75efc1de8edd1bb4ff23e3d25fb9c52e7 /default.css | |
parent | Don't use KHTML_PRETTY (diff) | |
download | scooper-aa619626bcab0c4c13266702d1f53a72b24b22f7.tar.gz scooper-aa619626bcab0c4c13266702d1f53a72b24b22f7.zip |
Render all types of events
Diffstat (limited to '')
-rw-r--r-- | default.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/default.css b/default.css index 1d3d3e5..5902ae5 100644 --- a/default.css +++ b/default.css @@ -122,6 +122,15 @@ td.message { width: 100%; overflow-wrap: anywhere; } +tr.join td.message, +tr.part td.message, +tr.quit td.message, +tr.kick td.message, +tr.nick td.message, +tr.ban td.message, +tr.unban td.message { + color: var(--dark); +} footer { color: var(--dark); |