Skip to content

Commit

Permalink
update some gruvbox light mode colors
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne003 committed May 5, 2024
1 parent 463209b commit 1e484e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Cursor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Cursor = ({ cursorVariant }) => {
animate={cursorVariant}
>
{cursorVariant === "link" ? (
<p className="mix-blend-darken dark:mix-blend-difference -rotate-45 cursor-pointer">
<p className="mix-blend-darken text-black -rotate-45 cursor-pointer">
<FaArrowRight size={20} />
</p>
) : null}
Expand Down
10 changes: 5 additions & 5 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
--foreground: 20 5% 22%;
--muted: 3 59% 81%;
--muted-foreground: 28 11% 44%;
--popover: 40 38% 73%;
--popover-foreground: 28 11% 44%;
--card: 40 38% 73%;
--popover: 30 12% 70%;
--popover-foreground: 28 11% 34%;
--card: 30 12% 70%;
--card-foreground: 28 11% 44%;
--border: 30, 12%, 51%;
--input: 40 38% 73%;
--border: 30 12% 70%;
--input: 30 12% 70%;
--primary: 333 34% 54%;
--primary-foreground: 323 39% 20%;
--secondary: 40 73% 49%;
Expand Down

0 comments on commit 1e484e7

Please sign in to comment.