Change how .self messages are displayed

This commit is contained in:
Pavel Djundik 2018-06-14 21:42:27 +03:00
parent d9b3de3c91
commit 3c2b042fa8
1 changed files with 7 additions and 3 deletions

View File

@ -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,