mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 15:40:17 +00:00
Invert preview background in highlight messages
This commit is contained in:
14
theme.css
14
theme.css
@@ -279,6 +279,11 @@ body {
|
|||||||
color: #f0c079;
|
color: #f0c079;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat .toggle-content {
|
||||||
|
background-color: var(--background-light-color);
|
||||||
|
color: #99a2b4;
|
||||||
|
}
|
||||||
|
|
||||||
#chat .msg .text .user {
|
#chat .msg .text .user {
|
||||||
border-bottom: 1px dotted #555;
|
border-bottom: 1px dotted #555;
|
||||||
}
|
}
|
||||||
@@ -296,6 +301,10 @@ body {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat .channel .highlight .toggle-content {
|
||||||
|
background-color: var(--background-dark-color);
|
||||||
|
}
|
||||||
|
|
||||||
#windows .header .topic,
|
#windows .header .topic,
|
||||||
#chat table.channel-list td {
|
#chat table.channel-list td {
|
||||||
color: #999;
|
color: #999;
|
||||||
@@ -308,11 +317,6 @@ body {
|
|||||||
border-bottom-color: var(--background-light-color);
|
border-bottom-color: var(--background-light-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .toggle-content {
|
|
||||||
background-color: var(--background-light-color);
|
|
||||||
color: #99a2b4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#chat .toggle-button:hover {
|
#chat .toggle-button:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user