summary refs log tree commit diff
path: root/default.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--default.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/default.css b/default.css
index 7b68600..552b7b9 100644
--- a/default.css
+++ b/default.css
@@ -115,10 +115,13 @@ tr.gap {
 td.time, td.network, td.context, td.nick {
 	white-space: nowrap;
 }
-td.time a, td.network a, td.context a {
+td.time, td.network, td.context {
 	font-size: x-small;
 	color: var(--dark);
 }
+td.time a, td.network a, td.context a {
+	color: inherit;
+}
 tr:target td.time a {
 	color: var(--accent);
 	text-decoration: underline;