8000 fix: Use default font-size for parameter headings · davlee1972/mkdocstrings-python@0a35b20 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a35b20

Browse files
committed
fix: Use default font-size for parameter headings
Issue-mkdocstrings-697: mkdocstrings/mkdocstrings#697
1 parent ba66969 commit 0a35b20

File tree

1 file changed

+5
-0
lines changed
  • src/mkdocstrings_handlers/python/templates/material

1 file changed

+5
-0
lines changed

src/mkdocstrings_handlers/python/templates/material/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
display: inline;
3636
}
3737

38+
/* Default font size for parameter headings. */
39+
.md-typeset .doc-heading-parameter {
40+
font-size: inherit;
41+
}
42+
3843
/* Prefer space on the right, not the left of parameter permalinks. */
3944
.doc-heading-parameter .headerlink {
4045
margin-left: 0 !important;

0 commit comments

Comments
 (0)
0