Reuse CSS variable on muted texts (timestamp, self messages, etc.) and improve constrast accessibility
#767676 is the lightest gray that passes AA level of WCAG contrast recommendations
This commit is contained in:
parent
f69571847a
commit
fbe8a4151c
@ -961,7 +961,7 @@ background on hover (unless active) */
|
||||
}
|
||||
|
||||
#windows .header .topic {
|
||||
color: #777;
|
||||
color: var(--body-color-muted);
|
||||
margin-left: 8px;
|
||||
word-break: break-all;
|
||||
flex-grow: 1;
|
||||
@ -1185,7 +1185,7 @@ background on hover (unless active) */
|
||||
}
|
||||
|
||||
#chat .time {
|
||||
color: #999;
|
||||
color: var(--body-color-muted);
|
||||
padding-left: 10px;
|
||||
width: 55px;
|
||||
}
|
||||
@ -1280,7 +1280,7 @@ background on hover (unless active) */
|
||||
#chat.colored-nicks .user.color-32 { color: #e60082; }
|
||||
|
||||
#chat .self .text {
|
||||
color: #999;
|
||||
color: var(--body-color-muted);
|
||||
}
|
||||
|
||||
#chat .msg.channel_list_loading .text {
|
||||
@ -1362,7 +1362,7 @@ background on hover (unless active) */
|
||||
#chat .quit .content,
|
||||
#chat .topic .content,
|
||||
#chat .topic_set_by .content {
|
||||
color: #999;
|
||||
color: var(--body-color-muted);
|
||||
}
|
||||
|
||||
#chat .action .from,
|
||||
|
@ -107,10 +107,6 @@
|
||||
color: #b7c5d1;
|
||||
}
|
||||
|
||||
#windows .header .topic {
|
||||
color: #b7c5d1;
|
||||
}
|
||||
|
||||
#viewport .lt,
|
||||
#viewport .rt,
|
||||
#chat button.menu,
|
||||
@ -123,10 +119,6 @@
|
||||
color: #f3f3f3;
|
||||
}
|
||||
|
||||
#chat .self .text {
|
||||
color: #b7c5d1;
|
||||
}
|
||||
|
||||
#chat .error,
|
||||
#chat .error .from {
|
||||
color: #f92772;
|
||||
@ -136,25 +128,6 @@
|
||||
color: #b7c5d1;
|
||||
}
|
||||
|
||||
#chat .msg.topic {
|
||||
color: #b7c5d1;
|
||||
}
|
||||
|
||||
#chat .time,
|
||||
#chat .condensed .content,
|
||||
#chat .away .content,
|
||||
#chat .back .content,
|
||||
#chat .join .content,
|
||||
#chat .kick .content,
|
||||
#chat .mode .content,
|
||||
#chat .nick .content,
|
||||
#chat .part .content,
|
||||
#chat .quit .content,
|
||||
#chat .topic .content,
|
||||
#chat .topic_set_by .content {
|
||||
color: #b7c5d1;
|
||||
}
|
||||
|
||||
#chat table.channel-list td {
|
||||
color: #b7c5d1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user