Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
feat: italicize term list
Browse files Browse the repository at this point in the history
  • Loading branch information
gvwilson committed Apr 7, 2024
1 parent 66ed261 commit d5e27a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/mccole/resources/mccole.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,11 @@ p.table-caption {
text-align: center;
}

/* Term definitions */
p.terms {
font-style: italic;
}

/* Index entry */
span.ix-entry {
}
Expand Down

0 comments on commit d5e27a2

Please sign in to comment.