From f2309ea7c4df691dc62269f12d5d5b7a77d28bc3 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 14 Jul 2025 18:57:19 -0400 Subject: [PATCH] added smooth scrolling --- content/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/static/style.css b/content/static/style.css index 9e5633e..7a3a178 100644 --- a/content/static/style.css +++ b/content/static/style.css @@ -10,6 +10,10 @@ --main-small-text-color: rgba(255, 255, 255, 0.45); } +html { + scroll-behavior: smooth; +} + body { margin: 0; line-height: 1.6;