From 4785d4c55136aac41f88d3120842f933b7be0d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Tue, 10 Dec 2024 20:43:39 +0100 Subject: [PATCH] smooth scrolling --- static/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/main.css b/static/main.css index b9e0894..49fbb7c 100644 --- a/static/main.css +++ b/static/main.css @@ -4,6 +4,8 @@ --main-text-color: #efe3e3; --main-accent-color: #f9c827; --secondary-accent-color: #ff925f; + + scroll-behavior: smooth; } * {