@@ -14,7 +14,7 @@ export function openSearch() {
14
14
</div >
15
15
<div className = " relative z-10" style = { { position: ' absolute' , textAlign: ' center' , padding: ' 0 1rem' }} >
16
16
<div
17
- className = " text-white dark:text- gray-200"
17
+ className = " text-gray-200"
18
18
style = { {
19
19
fontWeight: ' 600' ,
20
20
fontSize: ' 42px' ,
@@ -25,7 +25,7 @@ export function openSearch() {
25
25
Build with Sequence
26
26
</div >
27
27
<p
28
- className = " text-gray-200 dark:text-gray-200 "
28
+ className = " text-gray-200"
29
29
style = { {
30
30
margin: ' 0 auto' ,
31
31
marginBottom: ' 2rem' ,
@@ -69,7 +69,7 @@ export function openSearch() {
69
69
paddingRight: ' 1.25rem' }}
70
70
>
71
71
72
- <h2 className = " text-center text-white dark:text-gray-200 text-4xl font-bold mb-8" style = { { fontSize: ' 1.5rem' , marginTop: ' 6rem' , marginBottom: ' 2.5rem' }} >
72
+ <h2 className = " text-center text-gray-900 dark:text-white text-4xl font-bold mb-8" style = { { fontSize: ' 1.5rem' , marginTop: ' 6rem' , marginBottom: ' 2.5rem' }} >
73
73
Quickstarts & Boilerplates
74
74
</h2 >
75
75
<CardGroup cols = { 3 } >
@@ -93,7 +93,7 @@ Quickstarts & Boilerplates
93
93
</Card >
94
94
</CardGroup >
95
95
96
- <h2 className = " text-center text-white dark:text-gray-200 text-4xl font-bold mb-8" style = { { fontSize: ' 1.5rem' , marginTop: ' 6rem' , marginBottom: ' 2.5rem' }} >
96
+ <h2 className = " text-center text-gray-900 dark:text-white text-4xl font-bold mb-8" style = { { fontSize: ' 1.5rem' , marginTop: ' 6rem' , marginBottom: ' 2.5rem' }} >
97
97
Explore SDKs
98
98
</h2 >
99
99
<CardGroup cols = { 3 } >
@@ -114,7 +114,7 @@ Explore SDKs
114
114
</Card >
115
115
</CardGroup >
116
116
117
- <h2 className = " text-center text-white dark:text-gray-200 text-4xl font-bold mb-8" style = { { fontSize: ' 1.5rem' , marginTop: ' 6rem' , marginBottom: ' 2.5rem' }} >
117
+ <h2 className = " text-center text-gray-900 dark:text-white text-4xl font-bold mb-8" style = { { fontSize: ' 1.5rem' , marginTop: ' 6rem' , marginBottom: ' 2.5rem' }} >
118
118
Explore APIs & Backend SDKs
119
119
</h2 >
120
120
<CardGroup cols = { 3 } >
0 commit comments