From 1e484e707ffae52de6e33752a1c1491a3fc51de4 Mon Sep 17 00:00:00 2001 From: No0ne003 Date: Sun, 5 May 2024 16:16:28 +0100 Subject: [PATCH] update some gruvbox light mode colors --- src/components/Cursor.jsx | 2 +- src/index.css | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Cursor.jsx b/src/components/Cursor.jsx index 0f23fed..2a20130 100644 --- a/src/components/Cursor.jsx +++ b/src/components/Cursor.jsx @@ -46,7 +46,7 @@ const Cursor = ({ cursorVariant }) => { animate={cursorVariant} > {cursorVariant === "link" ? ( -

+

) : null} diff --git a/src/index.css b/src/index.css index a809fc8..bc6d9d0 100644 --- a/src/index.css +++ b/src/index.css @@ -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%;