mirror of https://github.com/zulip/zulip.git
left-sidebar: Lighten global filter icons.
This lightens them to a half-opaque base text color so they stand out less than they currently do.
This commit is contained in:
parent
aebf63c288
commit
59b0776c53
|
@ -415,6 +415,10 @@ li.expanded_private_message a {
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#global_filters i {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
#topics_header {
|
||||
margin-right: 10px;
|
||||
color: hsl(0, 0%, 43%);
|
||||
|
|
Loading…
Reference in New Issue