Skip to content

Commit

Permalink
[Framework] Fix item color in browser filtering menu
Browse files Browse the repository at this point in the history
A recent update changed the color of the text in lists to match that of
paragraphs. An unforeseen consequence was that it made the color of list items
in browser filtering menus change as well.
  • Loading branch information
tidoust committed Apr 26, 2018
1 parent 94d73a2 commit 2a018ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ Styles for the "current implementations" column
margin: 0.6em;
}

[data-col|=impl] li {
color: inherit;
}

dl dt {
margin-bottom: 0.3em;
font-size: 1.1em;
Expand Down

0 comments on commit 2a018ec

Please sign in to comment.