Skip to content

Commit a6c237e

Browse files
committed
Add a subtle background to Hero
1 parent 54c1d40 commit a6c237e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/index-page/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import logoBlurred from "./hero/logo-blurred.png"
77

88
export function Hero() {
99
return (
10-
<div className="relative bg-neu-50 dark:bg-neu-0">
10+
<div className="relative bg-neu-50 dark:bg-neu-50/10">
1111
<div className="gql-container flex flex-col-reverse lg:grid lg:grid-cols-2">
1212
<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">
1313
<h1 className="typography-h1 max-w-3xl text-neu-900">

0 commit comments

Comments
 (0)