Skip to content

Commit

Permalink
Hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmwatson committed Jul 22, 2024
1 parent f6ef970 commit a6178c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/[locale]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Page() {
<p className="flex">
<Link
href="/intro"
className="flex justify-center items-center hover:bg-red-700 text-white mx-auto red-button sm:text-3xl sm:px-6 sm:py-3"
className="flex justify-center items-center hover:bg-darker-blueish text-white mx-auto red-button sm:text-3xl sm:px-6 sm:py-3"
>
{tP("get-started")}
<svg
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const config: Config = {
colors: {
"light-blueish": "#3866f5",
"dark-blueish": "#091c45",
"darker-blueish": "#091D45",
},
},
},
Expand Down

0 comments on commit a6178c1

Please sign in to comment.