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 f35aadb commit 77ae1e3Copy full SHA for 77ae1e3
src/app/conf/2025/page.tsx
@@ -23,7 +23,7 @@ export default function Page() {
23
<RegisterToday className="md:mb-8 md:mt-24" />
24
<WhatToExpectSection className="md:mb-8 md:mt-24" />
25
</div>
26
- <div className="container my-20 flex flex-col gap-20 md:my-32 md:gap-32">
+ <div className="container my-20 flex flex-col gap-20 md:my-32 md:gap-32 [.light_&_.text-white]:text-neu-900 [.light_&_[alt='Grafbase_logo']]:invert">
27
<Sponsors />
28
<Sponsor />
29
<Speakers />
0 commit comments