diff --git a/components/dist/asciidoc.css b/components/dist/asciidoc.css index 2809015..dc2b68e 100644 --- a/components/dist/asciidoc.css +++ b/components/dist/asciidoc.css @@ -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 { @@ -710,6 +711,11 @@ --content-secondary: rgb(0, 0, 0, 0.8); } } + + /* Boosting body text for long text readability */ + .asciidoc-body p { + color: #c8cacb; + } } .changelog-doc.asciidoc-body { @@ -732,14 +738,4 @@ & ol li { @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; - } } diff --git a/components/src/assets/asciidoc.css b/components/src/assets/asciidoc.css index 2809015..dc2b68e 100644 --- a/components/src/assets/asciidoc.css +++ b/components/src/assets/asciidoc.css @@ -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 { @@ -710,6 +711,11 @@ --content-secondary: rgb(0, 0, 0, 0.8); } } + + /* Boosting body text for long text readability */ + .asciidoc-body p { + color: #c8cacb; + } } .changelog-doc.asciidoc-body { @@ -732,14 +738,4 @@ & ol li { @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; - } }