From 404e951651f4192e6828078a725a51e257e9ebbe Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 14 Jul 2025 18:57:51 -0400 Subject: [PATCH] added smooth scroll to default stylesheet --- src/zona/data/content/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/zona/data/content/static/style.css b/src/zona/data/content/static/style.css index 9e5633e..d2cacf0 100644 --- a/src/zona/data/content/static/style.css +++ b/src/zona/data/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;