Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions components/dist/asciidoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
}

.asciidoc-body .admonitionblock .quoteblock {
@apply mb-2 mt-2 pl-[0.75rem] border-accent-secondary;
@apply mb-2 mt-2 pl-[0.75rem] border-success-secondary;
}

.asciidoc-body .admonitionblock p,
.asciidoc-body .admonitionblock blockquote {
@apply text-accent;
@apply text-success;
}

.asciidoc-body .admonition-content .paragraph {
Expand Down Expand Up @@ -288,7 +288,7 @@
}

.asciidoc-body .admonitionblock p code {
@apply border-none text-inverse bg-accent;
@apply border-none text-inverse bg-success;
}

.asciidoc-body pre {
Expand Down Expand Up @@ -361,12 +361,12 @@
}

.asciidoc-body .admonitionblock {
@apply rounded-lg border text-accent bg-accent-secondary border-accent-tertiary;
@apply rounded-lg border text-success bg-success-secondary border-success-tertiary;
@apply my-[1.5rem] flex px-3 py-3;
}

.asciidoc-body .admonitionblock strong {
@apply text-accent;
@apply text-success;
}

.asciidoc-body .admonitionblock.caution strong,
Expand Down Expand Up @@ -444,7 +444,7 @@
}

.asciidoc-body .admonitionblock a {
@apply text-accent;
@apply text-success;
}

.asciidoc-body .admonitionblock.caution a,
Expand Down
12 changes: 6 additions & 6 deletions components/src/assets/asciidoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
}

.asciidoc-body .admonitionblock .quoteblock {
@apply mb-2 mt-2 pl-[0.75rem] border-accent-secondary;
@apply mb-2 mt-2 pl-[0.75rem] border-success-secondary;
}

.asciidoc-body .admonitionblock p,
.asciidoc-body .admonitionblock blockquote {
@apply text-accent;
@apply text-success;
}

.asciidoc-body .admonition-content .paragraph {
Expand Down Expand Up @@ -288,7 +288,7 @@
}

.asciidoc-body .admonitionblock p code {
@apply border-none text-inverse bg-accent;
@apply border-none text-inverse bg-success;
}

.asciidoc-body pre {
Expand Down Expand Up @@ -361,12 +361,12 @@
}

.asciidoc-body .admonitionblock {
@apply rounded-lg border text-accent bg-accent-secondary border-accent-tertiary;
@apply rounded-lg border text-success bg-success-secondary border-success-tertiary;
@apply my-[1.5rem] flex px-3 py-3;
}

.asciidoc-body .admonitionblock strong {
@apply text-accent;
@apply text-success;
}

.asciidoc-body .admonitionblock.caution strong,
Expand Down Expand Up @@ -444,7 +444,7 @@
}

.asciidoc-body .admonitionblock a {
@apply text-accent;
@apply text-success;
}

.asciidoc-body .admonitionblock.caution a,
Expand Down