fix: explicitly style html root scrollbar for Firefox

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 14:39:44 +01:00
parent ff1e1f6679
commit 7a9ce0c3b1

View File

@@ -126,6 +126,11 @@
background-color: var(--muted-foreground);
}
html {
scrollbar-width: thin;
scrollbar-color: var(--border) transparent;
}
.prose h2 {
@apply text-2xl font-bold mt-8 mb-4 text-foreground;
}