From fd44b1a5305ebf74ea81c80fc5c50878deadf2a4 Mon Sep 17 00:00:00 2001 From: Abbie Sims <74302970+abbiesims@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:59:58 +0400 Subject: [PATCH] fix: ensure bold text renders correctly (#534) --- static/sass/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/sass/styles.scss b/static/sass/styles.scss index e66efe3b..305cf2b9 100644 --- a/static/sass/styles.scss +++ b/static/sass/styles.scss @@ -320,3 +320,7 @@ html { content: counter(listItem) ". "; font-weight: bold; } + +strong { + font-weight: bold !important; +}