From 3c2b042fa8d0decd9a0ad54f215f10d0c0bbc867 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 14 Jun 2018 21:42:27 +0300 Subject: [PATCH] Change how .self messages are displayed --- theme.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/theme.css b/theme.css index e87e0ee..42c2bc1 100644 --- a/theme.css +++ b/theme.css @@ -174,9 +174,13 @@ body { background-color: var(--background-light-color); } -#chat .self .text, -#chat .time { - color: #999; +#chat .self { + /* same as background color, but lighter */ + background: linear-gradient(to right, hsla(194, 61%, 16%, 1) 5px, #07181d 5px); +} + +#chat .self .text { + color: #eee; } #chat .user-mode::before,