Skip to content

Commit

Permalink
Use semi for admonition title
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Feb 26, 2024
1 parent 8bba43f commit 497f612
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/dist/asciidoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
@apply mb-1 last:mb-0;
}

.asciidoc-body .admonition-content > div {
@apply normal-case;
.asciidoc-body .admonition-content > div:first-of-type {
@apply normal-case text-sans-semi-md;
}

.asciidoc-body .imageblock img {
Expand Down
4 changes: 2 additions & 2 deletions components/src/assets/asciidoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
@apply mb-1 last:mb-0;
}

.asciidoc-body .admonition-content > div {
@apply normal-case;
.asciidoc-body .admonition-content > div:first-of-type {
@apply normal-case text-sans-semi-md;
}

.asciidoc-body .imageblock img {
Expand Down

0 comments on commit 497f612

Please sign in to comment.