Increase overall line height for readability

This commit is contained in:
Nick Colley 2023-02-01 11:57:03 +00:00
parent 956a3c240c
commit b146668cf7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ body {
margin: 0;
font-family: system-ui, -apple-system, SemaphoreRegular, sans-serif;
font-size: 14px;
line-height: 1.4;
line-height: 1.5;
color: var(--body-text-color);
background: var(--body-bg);
-webkit-tap-highlight-color: transparent; // fix for blue background on spoiler tap on Chrome for Android