chore: typography
This commit is contained in:
parent
d7fdbbf0cb
commit
9c3d8e213a
3 changed files with 5 additions and 3 deletions
|
@ -3,6 +3,8 @@ body {
|
|||
color: var(--text-color);
|
||||
background: var(--background-color);
|
||||
font-family: var(--font-mono);
|
||||
letter-spacing: -.025rem;
|
||||
word-spacing: -.075rem;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--accent-color) var(--gray-light);
|
||||
}
|
||||
|
|
Reference in a new issue