Skip to content

Commit

Permalink
Update LaTeXML-navbar-left.css
Browse files Browse the repository at this point in the history
  • Loading branch information
raghu-mahajan authored Oct 25, 2024
1 parent 36363fa commit f670b4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/LaTeXML-navbar-left.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@

.ltx_page_navbar ol li a {
white-space: normal;
color: inherit; /* This will make the link take on the color of its parent element */
text-decoration: none; /* Removes the underline */
}

.ltx_page_navbar a:hover {
color: red; /* Optional: Change color on hover to give feedback */
}

.ltx_page_main {
Expand Down

0 comments on commit f670b4d

Please sign in to comment.