Skip to content

Commit

Permalink
Summary title should not be italic (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard authored Feb 20, 2024
1 parent e352483 commit 547fc2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/dist/asciidoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,10 @@
@apply mb-2 max-w-[40rem] text-left italic text-sans-lg text-tertiary;
}

.asciidoc-body summary.title {
@apply not-italic;
}

.asciidoc-body .conum {
@apply inline-block;
}
Expand Down
4 changes: 4 additions & 0 deletions components/src/assets/asciidoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,10 @@
@apply mb-2 max-w-[40rem] text-left italic text-sans-lg text-tertiary;
}

.asciidoc-body summary.title {
@apply not-italic;
}

.asciidoc-body .conum {
@apply inline-block;
}
Expand Down

0 comments on commit 547fc2d

Please sign in to comment.