mirror of https://github.com/zulip/zulip.git
left-sidebar: Make <ul> links inherit body color.
The links were overridden with a dark grey to not display normal link color but should really just inherit the body color.
This commit is contained in:
parent
9852861f8a
commit
3ebccda703
|
@ -101,7 +101,7 @@ ul.filters {
|
|||
}
|
||||
|
||||
ul.filters a {
|
||||
color: hsl(0, 0%, 20%);
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
ul.filters hr {
|
||||
|
|
Loading…
Reference in New Issue