File tree Expand file tree Collapse file tree 10 files changed +11
-14
lines changed
components/register-today Expand file tree Collapse file tree 10 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default function SchedulePage() {
13
13
< >
14
14
< div className = "container" >
15
15
< div className = "prose max-w-full py-10 text-white lg:prose-lg" >
16
- < h1 className = "text-white" > GraphQLConf 2023 Schedule</ h1 >
16
+ < h1 className = "! text-white" > GraphQLConf 2023 Schedule</ h1 >
17
17
< section className = "mx-0 my-8 px-0" >
18
18
< div className = "mb-1.5 flex gap-8" >
19
19
< span className = "flex items-center" >
@@ -43,7 +43,7 @@ export default function SchedulePage() {
43
43
San Francisco Bay Area, CA
44
44
</ span >
45
45
</ div >
46
- < h3 className = "text-white" > Important Notes</ h3 >
46
+ < h3 className = "! text-white" > Important Notes</ h3 >
47
47
< ul >
48
48
< li > All session times are in Pacific Daylight Time (UTC -7).</ li >
49
49
< li >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default function Page() {
11
11
< >
12
12
< div className = "flex w-full justify-center" >
13
13
< div className = "prose px-2 py-20 md:container lg:prose-lg" >
14
- < h1 className = "text-white" > GraphQLConf 2023 Speakers</ h1 >
14
+ < h1 className = "! text-white" > GraphQLConf 2023 Speakers</ h1 >
15
15
< p className = "text-white sm:w-2/3" >
16
16
Meet the unique lineup of insightful speakers we've carefully
17
17
chosen, who are primed to share their groundbreaking ideas and
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ export default function SchedulePage() {
12
12
return (
13
13
< div className = 'bg-[url("/img/conf/golden-gate-bridge.png")] bg-contain bg-no-repeat' >
14
14
< div className = "container" >
15
- < div className = "prose max-w-full py-20 text-white lg:prose-lg" >
16
- < h1 className = "text-white" > GraphQLConf 2024 Schedule</ h1 >
15
+ < div className = "prose max-w-full py-20 ! text-white lg:prose-lg" >
16
+ < h1 className = "! text-white" > GraphQLConf 2024 Schedule</ h1 >
17
17
< section className = "mx-0 my-8 px-0" >
18
18
< div className = "mb-1.5 flex gap-8" >
19
19
< span className = "flex items-center" >
@@ -43,7 +43,7 @@ export default function SchedulePage() {
43
43
San Francisco Bay Area, CA
44
44
</ span >
45
45
</ div >
46
- < h3 className = "text-white" > Important Notes</ h3 >
46
+ < h3 className = "! text-white" > Important Notes</ h3 >
47
47
< ul >
48
48
< li > All session times are in Pacific Daylight Time (UTC -7).</ li >
49
49
< li >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default function Page() {
11
11
< div className = 'bg-[url("/img/conf/golden-gate-bridge.png")] bg-contain bg-no-repeat' >
12
12
< div className = "flex w-full justify-center" >
13
13
< div className = "prose px-2 py-20 md:container lg:prose-lg" >
14
- < h1 className = "text-white" > GraphQLConf 2024 Speakers</ h1 >
14
+ < h1 className = "! text-white" > GraphQLConf 2024 Speakers</ h1 >
15
15
< p className = "text-white sm:w-2/3" >
16
16
Meet the unique lineup of insightful speakers we've carefully
17
17
chosen, who are primed to share their groundbreaking ideas and
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ function List({
78
78
alt = { `${ name } logo` }
79
79
src = { icon }
80
80
className = "max-h-full lg:w-auto lg:max-w-60"
81
- placeholder = "blur "
81
+ placeholder = "empty "
82
82
/>
83
83
< span className = "absolute right-5 top-5 font-sans leading-none text-white lg:text-2xl" >
84
84
↗
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ export function RegisterToday({ className }: RegisterTodayProps) {
18
18
className ,
19
19
) }
20
20
>
21
- { /* todo: placeholders work in preview, but they could use some improvement */ }
22
21
< NextImage
23
22
src = { speakerImage }
24
23
alt = "GraphQL Conference"
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ export default function Page() {
29
29
</ div >
30
30
</ Hero >
31
31
32
- { /* <NavbarPlaceholder className="top-0 bg-neu-50 before:bg-white/40 dark:bg-neu-0 dark:before:bg-blk/30" /> */ }
33
- { /* <main className="gql-all-anchors-focusable gql-conf-navbar-strip text-neu-900 before:bg-white/40 before:dark:bg-blk/30"> */ }
34
32
< div className = "gql-container gql-section" >
35
33
< div className = "grid lg:grid-cols-2 lg:gap-5 max-lg:[&>:not(:first-child)]:border-t-0" >
36
34
{ speakers . map ( speaker => (
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ function List({
112
112
alt = { `${ name } logo` }
113
113
src = { icon }
114
114
className = "h-auto shrink lg:max-w-60"
115
- placeholder = "blur "
115
+ placeholder = "empty "
116
116
/>
117
117
< span className = "absolute right-5 top-5 font-sans leading-none text-white lg:text-2xl" >
118
118
↗
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default function RootLayout({
32
32
< head >
33
33
< style > { `html { scroll-padding-top: 5rem }` } </ style >
34
34
</ head >
35
- < body className = "bg-conf-black " >
35
+ < body className = "bg-neu-0 " >
36
36
< GoogleAnalytics />
37
37
{ children }
38
38
</ body >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const graphQLLogo = (
14
14
export default {
15
15
backgroundColor : {
16
16
light : "251,251,249" ,
17
- dark : "13.7,14.7,10.8 " ,
17
+ dark : "15,15,12 " ,
18
18
} ,
19
19
head : function useHead ( ) {
20
20
const { frontMatter, title : pageTitle } = useConfig ( )
You can’t perform that action at this time.
0 commit comments