Increase global line height

This commit is contained in:
Foster Hangdaan 2023-08-04 20:50:49 -04:00
parent c00c83b3c7
commit 4cef060d3a
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -6,6 +6,10 @@
font-weight: normal;
}
html {
line-height: 1.5rem;
}
body {
color: var(--color-fg);
background: var(--color-bg);