From 07407a11b1f2a7cec325ec72be6a759c5c490878 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 13 Apr 2018 17:24:24 +0300 Subject: [PATCH] Make highlights border expand to entire message --- theme.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/theme.css b/theme.css index f37d585..dadb66e 100644 --- a/theme.css +++ b/theme.css @@ -288,13 +288,12 @@ body { border-bottom: 1px dotted #555; } -#chat .channel .highlight .time { - background: linear-gradient(to right, var(--link-color) 5px, transparent 5px); - color: #fff; +#chat .channel .highlight { + background: linear-gradient(to right, var(--link-color) 5px, var(--background-light-color) 5px); } -#chat .channel .highlight { - background-color: var(--background-light-color); +#chat .channel .highlight .time { + color: #fff; } #chat .channel .highlight .text {