diff --git a/src/styles/global.css b/src/styles/global.css index 30aa579fa..9dc5ad565 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -150,6 +150,14 @@ p.cross::after { word-break: break-word; } + /* Preserve bold when a link is wrapped in (e.g. **[text](#link)**). + The typography plugin sets an explicit font-weight on tags, which + overrides the inherited bold from a parent . */ + strong a, + a strong { + font-weight: bold; + } + h1, h2, h3,