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;