Increase overall line height for readability
This commit is contained in:
parent
956a3c240c
commit
b146668cf7
|
@ -6,7 +6,7 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: system-ui, -apple-system, SemaphoreRegular, sans-serif;
|
font-family: system-ui, -apple-system, SemaphoreRegular, sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.4;
|
line-height: 1.5;
|
||||||
color: var(--body-text-color);
|
color: var(--body-text-color);
|
||||||
background: var(--body-bg);
|
background: var(--body-bg);
|
||||||
-webkit-tap-highlight-color: transparent; // fix for blue background on spoiler tap on Chrome for Android
|
-webkit-tap-highlight-color: transparent; // fix for blue background on spoiler tap on Chrome for Android
|
||||||
|
|
Loading…
Reference in New Issue