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:
Brock Whittaker 2017-12-04 13:31:54 -08:00 committed by showell
parent aebf63c288
commit 59b0776c53
1 changed files with 4 additions and 0 deletions

View File

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