mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 07:30:19 +00:00
Make highlights border expand to entire message
This commit is contained in:
@@ -288,13 +288,12 @@ body {
|
|||||||
border-bottom: 1px dotted #555;
|
border-bottom: 1px dotted #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .channel .highlight .time {
|
#chat .channel .highlight {
|
||||||
background: linear-gradient(to right, var(--link-color) 5px, transparent 5px);
|
background: linear-gradient(to right, var(--link-color) 5px, var(--background-light-color) 5px);
|
||||||
color: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .channel .highlight {
|
#chat .channel .highlight .time {
|
||||||
background-color: var(--background-light-color);
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .channel .highlight .text {
|
#chat .channel .highlight .text {
|
||||||
|
|||||||
Reference in New Issue
Block a user