diff --git a/public/arcade/style.css b/public/arcade/style.css index 6d36c0b2..85e39ff2 100644 --- a/public/arcade/style.css +++ b/public/arcade/style.css @@ -4,6 +4,10 @@ html { font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; } +html { + scroll-behavior: smooth; +} + .force-unicode { font-family: monospace; }