Skip to content

Commit 2c013be

Browse files
committed
Fix home page title colours
1 parent b29cd9c commit 2c013be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

home.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function openSearch() {
1414
</div>
1515
<div className="relative z-10" style={{ position: 'absolute', textAlign: 'center', padding: '0 1rem' }}>
1616
<div
17-
className="text-white dark:text-gray-200"
17+
className="text-gray-200"
1818
style={{
1919
fontWeight: '600',
2020
fontSize: '42px',
@@ -25,7 +25,7 @@ export function openSearch() {
2525
Build with Sequence
2626
</div>
2727
<p
28-
className="text-gray-200 dark:text-gray-200"
28+
className="text-gray-200"
2929
style={{
3030
margin: '0 auto',
3131
marginBottom: '2rem',
@@ -69,7 +69,7 @@ export function openSearch() {
6969
paddingRight: '1.25rem' }}
7070
>
7171

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' }}>
7373
Quickstarts & Boilerplates
7474
</h2>
7575
<CardGroup cols={3}>
@@ -93,7 +93,7 @@ Quickstarts & Boilerplates
9393
</Card>
9494
</CardGroup>
9595

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' }}>
9797
Explore SDKs
9898
</h2>
9999
<CardGroup cols={3}>
@@ -114,7 +114,7 @@ Explore SDKs
114114
</Card>
115115
</CardGroup>
116116

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' }}>
118118
Explore APIs & Backend SDKs
119119
</h2>
120120
<CardGroup cols={3}>

0 commit comments

Comments
 (0)