diff --git a/css/global.css b/css/global.css index 59aacf5..7928023 100644 --- a/css/global.css +++ b/css/global.css @@ -6,6 +6,10 @@ --blue-ish: #587291; /* buttons etc */ } +html { + scroll-behavior: smooth; +} + .noselect { user-select: none; }