Increase global line height
This commit is contained in:
parent
c00c83b3c7
commit
4cef060d3a
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
html {
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
body {
|
||||
color: var(--color-fg);
|
||||
background: var(--color-bg);
|
||||
|
|
Loading…
Reference in a new issue