diff --git a/src/app.css b/src/app.css index f85c976..f57bd32 100644 --- a/src/app.css +++ b/src/app.css @@ -2,6 +2,17 @@ @tailwind components; @tailwind utilities; +@layer base { + :root { + body { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + text-rendering: optimizeLegibility; + scroll-behavior: smooth; + } + } +} + @layer base { :root { --sb-track-color: rgb(229 229 229 / 0.5); diff --git a/src/app.html b/src/app.html index c2e55be..07a0808 100644 --- a/src/app.html +++ b/src/app.html @@ -37,7 +37,7 @@
%sveltekit.body%