Fix body font size to match x.com

Fixes #711
This commit is contained in:
Zed
2025-11-24 23:04:25 +01:00
parent 4748311f8d
commit f038b53fa2
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ body {
background-color: var(--bg_color);
color: var(--fg_color);
font-family: $font_0, $font_1, $font_2, $font_3;
font-size: 14px;
font-size: 15px;
line-height: 1.3;
margin: 0;
}