From df434024b558d481745f9e2ab95291061666fc5b Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 22 Jun 2017 22:04:31 +0300 Subject: [PATCH] Fix nick fade colours --- theme.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme.css b/theme.css index 76c767e..3d604a2 100644 --- a/theme.css +++ b/theme.css @@ -335,3 +335,13 @@ body { content: ">"; } } + +@media (min-width: 480px) { + #chat .from:after { + background: linear-gradient(to right, rgba(5, 17, 20, 0.5) 0%, #051114 100%); + } + + #chat .highlight .from:after { + background: linear-gradient(to right, rgba(173, 20, 87, 0.5) 0%, #ad1457 100%); + } +}