Added smooth scrolling

This commit is contained in:
Notoric 2024-05-29 15:13:55 +01:00
parent d558d17652
commit c5c72b4ce2
1 changed files with 4 additions and 0 deletions

View File

@ -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;