Skip to content

Commit

Permalink
A couple tweaks to custom.css (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk committed Jun 3, 2024
1 parent 7e64333 commit b8f9417
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@
border-top: solid white thin; */
}

/* Change from docusaurus default of roman numerals to letters */
ol ol {
list-style-type: lower-alpha;
}

/* Add bold to the heading part of the expandable details (e.g. the question of an FAQ) */
details summary {
font-weight: var(--ifm-font-weight-bold);
}


@media print {
Expand Down

0 comments on commit b8f9417

Please sign in to comment.