From 9993cced7ef8a7a03845604828c373992d9a850b Mon Sep 17 00:00:00 2001 From: xjahic Date: Sat, 10 Feb 2024 11:46:25 +0100 Subject: [PATCH] Update PostContent style for bold paragraph --- src/components/domain/post/PostView.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/domain/post/PostView.tsx b/src/components/domain/post/PostView.tsx index 2208faa..68073be 100644 --- a/src/components/domain/post/PostView.tsx +++ b/src/components/domain/post/PostView.tsx @@ -241,6 +241,10 @@ const PostContent = styled.div` > * { max-width: 100%; } + + b { + font-weight: bold; + } } h2 {