darkmode is now available

This commit is contained in:
2026-05-07 13:42:46 +02:00
parent ec309eb626
commit 8cb918b064
36 changed files with 588 additions and 489 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ function CSRFBootstrap() {
function NotFound() {
return (
<div className="flex flex-col items-center justify-center h-full gap-3 text-center py-24">
<p className="text-4xl font-bold text-[#DFE1E6]">404</p>
<p className="text-sm text-[#5E6C84]">Page not found.</p>
<p className="text-4xl font-bold text-[var(--c-border)]">404</p>
<p className="text-sm text-[var(--c-muted)]">Page not found.</p>
</div>
)
}