Tweak line spacing

This commit is contained in:
Shadowfacts 2019-11-10 22:23:07 -05:00
parent 2159a16b94
commit 42fe1d3805
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ body {
background-color: var(--content-background-color);
font-family: $sansSerif;
font-size: 16px;
line-height: 1.5;
line-height: 1.6;
color: var(--ui-text-color);
}