Invert preview background in highlight messages

This commit is contained in:
Pavel Djundik 2018-04-13 12:27:57 +03:00
parent f50f34ff66
commit fa58499d33
1 changed files with 9 additions and 5 deletions

View File

@ -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;