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:
Brock Whittaker
2017-11-15 16:27:07 -08:00
committed by Steve Howell
parent 9852861f8a
commit 3ebccda703

View File

@@ -101,7 +101,7 @@ ul.filters {
}
ul.filters a {
color: hsl(0, 0%, 20%);
color: inherit;
}
ul.filters hr {