mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 07:30:19 +00:00
Change how .self messages are displayed
This commit is contained in:
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user