summary refs log tree commit diff
path: root/default.css
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-12 19:22:04 -0400
committerJune McEnroe <june@causal.agency>2020-07-12 19:22:04 -0400
commitaa619626bcab0c4c13266702d1f53a72b24b22f7 (patch)
tree4e46eaf75efc1de8edd1bb4ff23e3d25fb9c52e7 /default.css
parentDon't use KHTML_PRETTY (diff)
downloadscooper-aa619626bcab0c4c13266702d1f53a72b24b22f7.tar.gz
scooper-aa619626bcab0c4c13266702d1f53a72b24b22f7.zip
Render all types of events
Diffstat (limited to 'default.css')
-rw-r--r--default.css9
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);