Skip to content

Commit

Permalink
Merge pull request #32 from ethanniser/lh-fix
Browse files Browse the repository at this point in the history
improve contrast in toast
  • Loading branch information
ethanniser authored Oct 21, 2024
2 parents eeca27f + 284939e commit 3659b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/welcome-toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function WelcomeToast() {
This is a recreation of{" "}
<a
href="https://www.mcmaster.com/"
className="text-green-800 hover:underline"
className="font-semibold text-green-800 hover:underline"
target="_blank"
>
McMaster.com
Expand All @@ -30,7 +30,7 @@ export function WelcomeToast() {
achieve.{" "}
<a
href="https://git.new/NextMaster"
className="text-green-800 hover:underline"
className="font-semibold text-green-800 hover:underline"
target="_blank"
>
Get the Source
Expand Down

0 comments on commit 3659b70

Please sign in to comment.