From 973061f4fd19d5ea6907e92c81883d0607616fd6 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 27 Nov 2017 19:50:01 +0200 Subject: [PATCH] Support nick highlights in messages --- theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 364a960..2eaa1c8 100644 --- a/theme.css +++ b/theme.css @@ -277,7 +277,7 @@ body { #chat .channel .highlight, #chat .channel .highlight .time, #chat .channel .highlight .from, -#chat .channel .highlight .user, +#chat .channel .highlight .from .user, #chat .channel .highlight .text { color: #fff; } @@ -288,6 +288,10 @@ body { border-color: #ad1457; } +#chat .msg .text .user { + border-bottom: 1px dotted #555; +} + #windows .header .topic, #chat table.channel-list td { color: #999;