Reuse muted color var for unhandled messages, and remove channel list color overrides
This commit is contained in:
parent
77d70d6d91
commit
8c09be9db3
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user