Skip to content

Commit 77c7b5c

Browse files
committed
docs: improve RQE callout colors
1 parent 5a8a1a9 commit 77c7b5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/pages/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,20 @@ const Home = props => {
7171
</div>
7272
</div>
7373
</div>
74-
<div className="border-t-4 border-white shadow bg-coral text-white">
75-
<div className="py-20">
74+
<div className="bg-gray-900 text-white">
75+
<div className="py-30">
7676
<div className="mx-auto container text-center">
7777
<div className="text-xl">ANNOUNCING</div>
7878
<div className="text-3xl md:text-5xl font-bold">
7979
React Query Essentials
8080
</div>
8181
<div className="text-xl italic">
82-
The <strong>OFFICIAL</strong> React Query course by{' '}
82+
The <strong>official</strong> React Query course by{' '}
8383
<strong>Tanner Linsley</strong>
8484
</div>
8585
<a
8686
href="https://learn.tanstack.com"
87-
className="inline-block mt-8 rounded shadow-lg bg-white text-gray-700 font-bold text-xl px-4 py-3"
87+
className="inline-block mt-8 rounded shadow-lg bg-coral text-white font-bold text-xl px-4 py-3"
8888
>
8989
BUY NOW
9090
</a>

0 commit comments

Comments
 (0)