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;