Skip to content

Commit 80bb199

Browse files
committed
Set text color in dark mode
1 parent c04ac45 commit 80bb199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/conf/2025/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function Layout({
5454
]}
5555
is2025
5656
/>
57-
<div>{children}</div>
57+
<div className="bg-neu-0 text-neu-900">{children}</div>
5858
<Footer
5959
logo={
6060
<NextLink href="/conf/2025" className="nextra-logo text-white">

src/app/conf/2025/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function Intro() {
5858

5959
export default function Page() {
6060
return (
61-
<main className="text-white">
61+
<main>
6262
<Hero />
6363
<div className="container my-20 flex flex-col gap-20 md:my-32 md:gap-32">
6464
<Intro />

0 commit comments

Comments
 (0)