From 2bf56935b36ad9b2ca8fc91d37d50512726c9025 Mon Sep 17 00:00:00 2001 From: Benjamin Leonard Date: Tue, 24 Oct 2023 15:51:57 +0100 Subject: [PATCH 1/2] Use semi weight and boost body contrast --- components/src/assets/asciidoc.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; + } } From efc9ec721334857606bb472c4d23cef121f8507e Mon Sep 17 00:00:00 2001 From: Benjamin Leonard Date: Tue, 24 Oct 2023 15:52:14 +0100 Subject: [PATCH 2/2] Add dist --- components/dist/asciidoc.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; + } }