Change how .self messages are displayed
This commit is contained in:
parent
d9b3de3c91
commit
3c2b042fa8
10
theme.css
10
theme.css
|
@ -174,9 +174,13 @@ body {
|
||||||
background-color: var(--background-light-color);
|
background-color: var(--background-light-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .self .text,
|
#chat .self {
|
||||||
#chat .time {
|
/* same as background color, but lighter */
|
||||||
color: #999;
|
background: linear-gradient(to right, hsla(194, 61%, 16%, 1) 5px, #07181d 5px);
|
||||||
|
}
|
||||||
|
|
||||||
|
#chat .self .text {
|
||||||
|
color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .user-mode::before,
|
#chat .user-mode::before,
|
||||||
|
|
Loading…
Reference in New Issue