Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 998eaf3

Browse files
committed
fix: override toc font with --font-family
fixes #131
1 parent df88fe4 commit 998eaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doxygen-awesome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ body {
313313
body, table, div, p, dl, #nav-tree .label, .title,
314314
.sm-dox a, .sm-dox a:hover, .sm-dox a:focus, #projectname,
315315
.SelectItem, #MSearchField, .navpath li.navelem a,
316-
.navpath li.navelem a:hover, p.reference, p.definition {
316+
.navpath li.navelem a:hover, p.reference, p.definition, div.toc li, div.toc h3 {
317317
font-family: var(--font-family);
318318
}
319319

0 commit comments

Comments
 (0)