bump font size in today view

This commit is contained in:
Kate Meerburg 2026-05-25 15:56:03 +02:00
parent bccb0cbb9e
commit a2f5b4a1c4

View file

@ -68,7 +68,7 @@ export interface TodayConfig extends TodayData {
const FONT_BODY = '"Geist", system-ui, sans-serif';
const FONT_MONO = '"Geist Mono", ui-monospace, monospace';
const FONT_SCALE = 1.15; // scale factor for all font sizes
const FONT_SCALE = 1.3; // scale factor for all font sizes
const fs = (px: number) => px * FONT_SCALE;
const STYLES = `