darkmode is now available
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user