bump font size in today view
This commit is contained in:
parent
bccb0cbb9e
commit
a2f5b4a1c4
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ export interface TodayConfig extends TodayData {
|
||||||
|
|
||||||
const FONT_BODY = '"Geist", system-ui, sans-serif';
|
const FONT_BODY = '"Geist", system-ui, sans-serif';
|
||||||
const FONT_MONO = '"Geist Mono", ui-monospace, monospace';
|
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 fs = (px: number) => px * FONT_SCALE;
|
||||||
|
|
||||||
const STYLES = `
|
const STYLES = `
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue