diff --git a/components/dist/asciidoc.css b/components/dist/asciidoc.css index a7798079..28090151 100644 --- a/components/dist/asciidoc.css +++ b/components/dist/asciidoc.css @@ -732,4 +732,14 @@ & 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 a7798079..28090151 100644 --- a/components/src/assets/asciidoc.css +++ b/components/src/assets/asciidoc.css @@ -732,4 +732,14 @@ & 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; + } }