From 7f02a6a112bb95e45eadc41d9148e0cfd8b7973f Mon Sep 17 00:00:00 2001 From: Ethan Marks <87040432+ethmarks@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:23:29 -0500 Subject: [PATCH 1/2] increase font size for blips --- src/lib/components/blip.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/blip.svelte b/src/lib/components/blip.svelte index baeacea..d66a9c5 100644 --- a/src/lib/components/blip.svelte +++ b/src/lib/components/blip.svelte @@ -93,6 +93,7 @@ justify-content: space-between; margin: 0 1rem; scroll-margin-top: calc(var(--main-margin-top) + var(--spacing-lg)); + font-size: 1.17rem; } .blip-content:not(:has(> :only-child:is(blockquote, pre))) { From f433a72102130c3056bc969a6fac25bd05a4ed37 Mon Sep 17 00:00:00 2001 From: Ethan Marks <87040432+ethmarks@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:24:04 -0500 Subject: [PATCH 2/2] increase font size for blips further --- src/lib/components/blip.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/blip.svelte b/src/lib/components/blip.svelte index d66a9c5..8ab8add 100644 --- a/src/lib/components/blip.svelte +++ b/src/lib/components/blip.svelte @@ -93,7 +93,7 @@ justify-content: space-between; margin: 0 1rem; scroll-margin-top: calc(var(--main-margin-top) + var(--spacing-lg)); - font-size: 1.17rem; + font-size: 1.2rem; } .blip-content:not(:has(> :only-child:is(blockquote, pre))) {