Fix bold text inside of highlights

Relates to MS-898 #complete
This commit is contained in:
Ramon Wenger 2024-03-07 17:31:23 +01:00
parent bc8a84e13a
commit 0e2173afd5
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ a {
box-sizing: border-box; box-sizing: border-box;
} }
b { b,
b mark {
font-weight: bold; font-weight: bold;
} }