We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04ac45 commit 80bb199Copy full SHA for 80bb199
src/app/conf/2025/layout.tsx
@@ -54,7 +54,7 @@ export default function Layout({
54
]}
55
is2025
56
/>
57
- <div>{children}</div>
+ <div className="bg-neu-0 text-neu-900">{children}</div>
58
<Footer
59
logo={
60
<NextLink href="/conf/2025" className="nextra-logo text-white">
src/app/conf/2025/page.tsx
@@ -58,7 +58,7 @@ function Intro() {
export default function Page() {
return (
61
- <main className="text-white">
+ <main>
62
<Hero />
63
<div className="container my-20 flex flex-col gap-20 md:my-32 md:gap-32">
64
<Intro />
0 commit comments