diff --git a/website/app/globals.css b/website/app/globals.css index cf0634f..690531f 100644 --- a/website/app/globals.css +++ b/website/app/globals.css @@ -65,6 +65,9 @@ body { @apply bg-background text-foreground; } + h1, h2, h3, h4, h5, h6 { + @apply tracking-tight; + } } #nd-nav {