File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/conf/2025/components/hero Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import heroPhoto from "./hero-photo.jpeg"
12
12
13
13
export function Hero ( ) {
14
14
return (
15
- < article className = "gql-conf-navbar-strip before:dark:bg-blk/40 relative isolate flex flex-col justify-center bg-pri-base text-neu-0 before:bg-white/30 dark:bg-pri-darker dark:text-neu-900" >
15
+ < article className = "gql-conf-navbar-strip relative isolate flex flex-col justify-center bg-pri-base text-neu-0 before:bg-white/30 dark:bg-pri-darker dark:text-neu-900 before:dark:bg-blk/40 " >
16
16
< article className = "relative" >
17
17
< Stripes />
18
18
< div className = "gql-conf-container mx-auto flex max-w-full flex-col gap-12 overflow-hidden p-4 pt-6 sm:p-8 sm:pt-12 md:gap-12 md:bg-left md:p-12 lg:px-24 lg:pb-16 lg:pt-24" >
@@ -42,7 +42,7 @@ export function Hero() {
42
42
</ div >
43
43
</ div >
44
44
</ article >
45
- < div className = "bg-blk" >
45
+ < div className = "z-[2] bg-blk" >
46
46
< Image
47
47
src = { heroPhoto }
48
48
width = { 1920 }
You can’t perform that action at this time.
0 commit comments