Skip to content

Commit

Permalink
Let the navbar inherit its text color
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Oct 15, 2020
1 parent 41a1417 commit e1a4a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/LaTeXML-navbar-left.css
Expand Up @@ -9,14 +9,14 @@
margin: 0em;
padding: 1em 0em 0em 1em;
font: 90% sans-serif;
color: black;
color: inherit;
/*border: 3px double;*/
overflow-y: auto;
height: 95vh;
}

.ltx_page_navbar .ltx_ref {
color: black;
color: inherit;
}

.ltx_TOC > ul.ltx_toclist {
Expand Down

0 comments on commit e1a4a58

Please sign in to comment.