diff --git a/src/app/components/github-star.tsx b/src/app/components/github-star.tsx index 4473eee..82ca59b 100644 --- a/src/app/components/github-star.tsx +++ b/src/app/components/github-star.tsx @@ -23,7 +23,7 @@ export function GithubStar(): ReactElement { href="https://github.com/RealFascinated/minecraft-helper" target="_blank" > -

{starCount}

+

{starCount}

Star us!

diff --git a/tailwind.config.ts b/tailwind.config.ts index 481b742..bd7741d 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -19,7 +19,10 @@ const config = { xs: "475px", }, colors: { - "github-green": "#28a745", + "github-green": { + DEFAULT: "#28a745", + accent: "#348e43", + }, border: "hsl(var(--border))", input: "hsl(var(--input))", ring: "hsl(var(--ring))",