From bee19657c8f87466b43f7a0988475ead58e2ce62 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 23 Aug 2026 14:08:59 +0200 Subject: [PATCH 1/2] fix: restore default browser overscroll behavior --- app/assets/css/theme.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/css/theme.css b/app/assets/css/theme.css index 95c3013..b6b7e14 100644 --- a/app/assets/css/theme.css +++ b/app/assets/css/theme.css @@ -6,8 +6,6 @@ } :root { - overscroll-behavior-y: none; - --ui-container: 91.5rem; --ui-primary: var(--ui-color-neutral-900); From ce8fadfaf3abfd6c4159e5f0a83e78510cf61990 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 23 Aug 2026 14:36:37 +0200 Subject: [PATCH 2/2] style(LandingHeroDemo): code highlight theme should match the rest of the site --- app/components/landing/LandingHeroDemo.vue | 12 +- package.json | 1 + pnpm-lock.yaml | 742 ++++++++++----------- 3 files changed, 368 insertions(+), 387 deletions(-) diff --git a/app/components/landing/LandingHeroDemo.vue b/app/components/landing/LandingHeroDemo.vue index ef3aeba..c55509b 100644 --- a/app/components/landing/LandingHeroDemo.vue +++ b/app/components/landing/LandingHeroDemo.vue @@ -1,5 +1,7 @@