Skip to content

Commit 9c526d4

Browse files
style: increase heading font-size to 18px, reduce body text to 16px/15px
1 parent 3e4b26e commit 9c526d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@
148148
.card-accent{background:var(--bg-primary-container);border-radius:18px;padding:14px;margin:8px 0}
149149

150150
/* ── Typography ──────────────────────────────────────────── */
151-
.title-md{font-size:16px;font-weight:500;color:var(--text-primary)}
152-
.body-md{font-size:17px;color:var(--text-primary);line-height:1.55}
153-
.body-sm{font-size:16px;color:var(--text-secondary);line-height:1.5}
151+
.title-md{font-size:18px;font-weight:500;color:var(--text-primary)}
152+
.body-md{font-size:16px;color:var(--text-primary);line-height:1.55}
153+
.body-sm{font-size:15px;color:var(--text-secondary);line-height:1.5}
154154

155155
/* ── Row helpers ─────────────────────────────────────────── */
156156
.row{display:flex;align-items:center;gap:8px}

0 commit comments

Comments
 (0)