From 0e2173afd5192d280f8dd6abb498b9468a69b0aa Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 7 Mar 2024 17:31:23 +0100 Subject: [PATCH] Fix bold text inside of highlights Relates to MS-898 #complete --- client/src/styles/_typography.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/styles/_typography.scss b/client/src/styles/_typography.scss index eafc5a38..2c9e49c9 100644 --- a/client/src/styles/_typography.scss +++ b/client/src/styles/_typography.scss @@ -37,7 +37,8 @@ a { box-sizing: border-box; } -b { +b, +b mark { font-weight: bold; }