Skip to content

Commit 6e890ae

Browse files
committed
Restore bold around method names (gone since mkdocs-material version 8.1.5)
1 parent 31877a7 commit 6e890ae

File tree

1 file changed

+4
-0
lines changed
  • mkdocstrings/templates/crystal/material

1 file changed

+4
-0
lines changed

mkdocstrings/templates/crystal/material/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ h5.doc-heading {
33
text-transform: none !important;
44
}
55

6+
.doc-title {
7+
font-weight: bold;
8+
}
9+
610
/* [View source] links don't have brackets by default */
711
a.doc-source-link::before {
812
content: "[";

0 commit comments

Comments
 (0)