From bb0c8d7ef101130deb5f4842294bbee87e7eb51b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 5 Feb 2021 17:11:08 +0100 Subject: icon outline + account settings --- styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles') 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; } -- cgit v1.2.3