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

Skip to content

Commit a414cd6

Browse files
committed
fix: add support for Doxygen >= 1.14.0 inline code blocks
fixes #187
1 parent 3e7936a commit a414cd6

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
@@ -1266,7 +1266,7 @@ div.fragment, pre.fragment {
12661266
}
12671267
}
12681268

1269-
code, code a, pre.fragment, div.fragment, div.fragment .line, div.fragment span, div.fragment .line a, div.fragment .line span {
1269+
code, code a, pre.fragment, div.fragment, div.fragment .line, div.fragment span, div.fragment .line a, div.fragment .line span, span.tt {
12701270
font-family: var(--font-family-monospace);
12711271
font-size: var(--code-font-size) !important;
12721272
}

0 commit comments

Comments
 (0)