aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/global.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/global.css b/styles/global.css
index d8c13ac..a59d911 100644
--- a/styles/global.css
+++ b/styles/global.css
@@ -40,7 +40,7 @@ a { color: var(--text); }
.CenteredPageInner > * { text-align: left; }
/* line height reset */
-h1, h2, p, span, td, th {
+h1, h2, p, b, span, td, th {
margin: 0;
line-height: 1.2;
}