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 54c1d40 commit a6c237eCopy full SHA for a6c237e
src/components/index-page/hero.tsx
@@ -7,7 +7,7 @@ import logoBlurred from "./hero/logo-blurred.png"
7
8
export function Hero() {
9
return (
10
- <div className="relative bg-neu-50 dark:bg-neu-0">
+ <div className="relative bg-neu-50 dark:bg-neu-50/10">
11
<div className="gql-container flex flex-col-reverse lg:grid lg:grid-cols-2">
12
<div className="flex max-w-4xl flex-col justify-center gap-4 p-4 lg:min-h-[800px] xl:gap-8 xl:py-24 xl:pl-24 xl:pr-10">
13
<h1 className="typography-h1 max-w-3xl text-neu-900">
0 commit comments