Invert preview background in highlight messages
This commit is contained in:
parent
f50f34ff66
commit
fa58499d33
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;
|
||||||
|
|
Loading…
Reference in New Issue