Skip to content

Commit f5d21a1

Browse files
committed
color changes main page
1 parent e56ac7e commit f5d21a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/Hero.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ function Hero() {
2222
<div className="hero-overlay w-0 bg-opacity-60"></div>
2323
<div className="text-center hero-content">
2424
<div className="max-w-md">
25-
<h1 className="mb-5 text-neutral-700 text-5xl font-bold uppercase">
25+
<h1 className="mb-5 text-2023-manga-3 text-5xl font-bold uppercase">
2626
Select your language
2727
</h1>
28-
<p className="mb-5 text-neutral-700 font-semibold uppercase">
28+
<p className="mb-5 text-2023-manga-3 font-semibold uppercase">
2929
Select the programming language you would like to find repositories
3030
for.
3131
</p>
@@ -57,7 +57,7 @@ function Hero() {
5757
onSubmit={handleSubmit}
5858
>
5959
<label className="label">
60-
<span className="label-text text-neutral-700">Can&apos;t find your language?</span>
60+
<span className="label-text text-2023-manga-3">Can&apos;t find your language?</span>
6161
</label>
6262
<div className="flex">
6363
<input

0 commit comments

Comments
 (0)