added smooth scroll to default stylesheet

This commit is contained in:
Daniel Fichtinger 2025-07-14 18:57:51 -04:00
parent 24919171ad
commit 404e951651

View file

@ -10,6 +10,10 @@
--main-small-text-color: rgba(255, 255, 255, 0.45);
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
line-height: 1.6;