From c5c72b4ce2650a3b53e0f6cb6385ecf7e6480f35 Mon Sep 17 00:00:00 2001 From: Notoric Date: Wed, 29 May 2024 15:13:55 +0100 Subject: [PATCH] Added smooth scrolling --- styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/global.css b/styles/global.css index 82e1f9c..9c42f12 100644 --- a/styles/global.css +++ b/styles/global.css @@ -1,6 +1,10 @@ @import url('https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400&display=swap'); +html { + scroll-behavior: smooth; +} + body { background-color: #111; color: #eee;