Skip to content

Commit

Permalink
Fix dupe strong class
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Oct 25, 2023
1 parent c16fb03 commit d0a0b72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions components/dist/asciidoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
word-wrap: break-word;
}

/* Use semi-bold for strong */
.asciidoc-body strong {
@apply font-[600] text-default;
@apply font-[500] text-default;
}

.asciidoc-body a strong {
Expand Down Expand Up @@ -733,11 +734,6 @@
@apply mt-0;
}

/* Use semi-bold for strong */
.asciidoc-body strong {
font-weight: 500;
}

/* Boosting body text for long text readability */
.asciidoc-body p {
color: #c8cacb;
Expand Down
8 changes: 2 additions & 6 deletions components/src/assets/asciidoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
word-wrap: break-word;
}

/* Use semi-bold for strong */
.asciidoc-body strong {
@apply font-[600] text-default;
@apply font-[500] text-default;
}

.asciidoc-body a strong {
Expand Down Expand Up @@ -733,11 +734,6 @@
@apply mt-0;
}

/* Use semi-bold for strong */
.asciidoc-body strong {
font-weight: 500;
}

/* Boosting body text for long text readability */
.asciidoc-body p {
color: #c8cacb;
Expand Down

0 comments on commit d0a0b72

Please sign in to comment.