diff --git a/src/components/status.css b/src/components/status.css index 589766ac..aadd0f4f 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -767,6 +767,9 @@ .status .content ul { list-style-type: disc; } +.status .content :is(strong, b) { + font-weight: 600; +} .status .content .invisible { display: none; }