diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-05 17:11:08 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-05 17:11:08 +0100 |
commit | bb0c8d7ef101130deb5f4842294bbee87e7eb51b (patch) | |
tree | 779f564f5697cceeb804ee528e15bb0c39636ae0 /styles | |
parent | bd9b2f0bb91239a6bc87ae21feac8c7d66f5995d (diff) |
icon outline + account settings
Diffstat (limited to 'styles')
-rw-r--r-- | styles/global.css | 2 |
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; } |