Reuse muted color var for unhandled messages, and remove channel list color overrides

This commit is contained in:
Jérémie Astori 2018-07-24 01:11:43 -04:00
parent 77d70d6d91
commit 8c09be9db3
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8
2 changed files with 6 additions and 17 deletions

View file

@ -372,11 +372,13 @@ kbd {
#chat .motd .from::before {
content: "\f02e"; /* https://fontawesome.com/icons/bookmark?style=solid */
color: var(--body-color-muted);
}
#chat .ctcp .from::before,
#chat .ctcp_request .from::before {
content: "\f15c"; /* https://fontawesome.com/icons/file-alt?style=solid */
color: var(--body-color-muted);
}
#chat .whois .from::before {
@ -1195,7 +1197,6 @@ background on hover (unless active) */
}
#chat .from {
color: #b1c3ce;
padding-right: 10px;
text-align: right;
width: 134px;
@ -1213,6 +1214,10 @@ background on hover (unless active) */
overflow: hidden; /* Prevents Zalgo text to expand beyond messages */
}
#chat .unhandled .from {
color: var(--body-color-muted);
}
#chat .special .time,
#chat .special .from {
display: none;
@ -1331,14 +1336,6 @@ background on hover (unless active) */
width: 50px;
}
#chat table.channel-list td.channel .inline-channel {
color: #428bca;
}
#chat table.channel-list td {
color: #555;
}
#chat.hide-status-messages .condensed,
#chat.hide-motd .motd {
display: none !important;

View file

@ -124,14 +124,6 @@
color: #f92772;
}
#chat .unhandled .from {
color: #b7c5d1;
}
#chat table.channel-list td {
color: #b7c5d1;
}
#chat .msg.motd .text,
code,
.irc-monospace {