Skip to content

Commit

Permalink
fix: override toc font with --font-family
Browse files Browse the repository at this point in the history
fixes #131
  • Loading branch information
jothepro committed Feb 11, 2024
1 parent df88fe4 commit 998eaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ body {
body, table, div, p, dl, #nav-tree .label, .title,
.sm-dox a, .sm-dox a:hover, .sm-dox a:focus, #projectname,
.SelectItem, #MSearchField, .navpath li.navelem a,
.navpath li.navelem a:hover, p.reference, p.definition {
.navpath li.navelem a:hover, p.reference, p.definition, div.toc li, div.toc h3 {
font-family: var(--font-family);
}

Expand Down

0 comments on commit 998eaf3

Please sign in to comment.