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;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
line-height: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: var(--color-fg);
|
color: var(--color-fg);
|
||||||
background: var(--color-bg);
|
background: var(--color-bg);
|
||||||
|
|
Loading…
Add table
Reference in a new issue