Skip to content

Commit

Permalink
[AsciiDoc] Better contrast for admonition title (#70)
Browse files Browse the repository at this point in the history
* Use semi for admonition title

* Bump auto to latest to fix deployment issue
  • Loading branch information
benjaminleonard authored Feb 26, 2024
1 parent 8bba43f commit 79c57f8
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 147 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
Loading

0 comments on commit 79c57f8

Please sign in to comment.