This commit is contained in:
eric
2026-03-12 00:34:50 -05:00
parent 0c2ccadb6b
commit 5caf970c7e
26 changed files with 1528 additions and 288 deletions

View File

@@ -69,6 +69,10 @@
--font-mono: var(--font-geist-mono);
}
html {
scroll-behavior: smooth;
}
body {
background: var(--background);
color: var(--foreground);