From feda2edeff1d733750098734447a0411db99b06c Mon Sep 17 00:00:00 2001 From: saml33 Date: Wed, 7 Feb 2024 09:42:48 +1100 Subject: [PATCH] style bold text --- app/styles/global.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/styles/global.css b/app/styles/global.css index 25fcd3ef..1df45138 100644 --- a/app/styles/global.css +++ b/app/styles/global.css @@ -271,6 +271,12 @@ table p { } } +/* contentful */ + .inline-image + p { @apply md:w-1/2 md:inline-block; } + +b { + @apply text-th-fgd-1; +}