Skip to content

Commit

Permalink
fix: Add link color.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Jan 30, 2025
1 parent 59e260a commit aeea6e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tailwindTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export const tailwindTheme = {
ring: "hsl(var(--ring))",
background: "hsl(var(--background))",
foreground: "hsl(var(--foreground))",
link: {
DEFAULT: 'hsl(var(--link))',
},
paper: {
DEFAULT: "hsl(var(--paper))"
},
Expand Down
4 changes: 4 additions & 0 deletions src/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
--chart-3: 197 37% 24%;
--chart-4: 43 74% 66%;
--chart-5: 27 87% 67%;

--link: 245, 58%, 51%;
}

:root [data-theme="dark"] {
Expand Down Expand Up @@ -92,4 +94,6 @@
--chart-3: 30 80% 55%;
--chart-4: 280 65% 60%;
--chart-5: 340 75% 55%;

--link: 230, 94%, 82%;
}

0 comments on commit aeea6e4

Please sign in to comment.