diff options
Diffstat (limited to 'default.css')
-rw-r--r-- | default.css | 5 |
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; |