diff --git a/src/app/globals.css b/src/app/globals.css index a7b0a60..7a8d8b6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -33,6 +33,7 @@ } .dark { + --buttontexthovercolor: 0, 0%, 100%; --buttonhovercolor: 0, 0%, 12%; --typographydropdown: 0, 0%, 68%; --buttonbackgroundcolor: 0, 0%, 2%; @@ -76,6 +77,7 @@ } .light { + --buttontexthovercolor: 0, 0%, 0%; --buttonhovercolor: 210, 25%, 50%; --typographydropdown: 210, 15%, 35%; --buttonbackgroundcolor: 0, 0%, 98%; @@ -120,6 +122,7 @@ --misstext: 33, 15%, 50%; } .gruvbox { + --buttontexthovercolor: 30, 7%, 12%; --buttonhovercolor: 48, 75%, 57%; --typographydropdown: 48, 67%, 88%; --buttonbackgroundcolor: 30, 5%, 20%; @@ -163,7 +166,8 @@ } .mocha { - --buttonhovercolor: 48, 75%, 57%; + --buttonhovercolor: 40, 70%, 78%; + --buttontexthovercolor: 0, 0%, 0%; --typographydropdown: 48, 67%, 88%; --buttonbackgroundcolor: 30, 5%, 20%; --background: 232, 23%, 18%; diff --git a/src/app/page.tsx b/src/app/page.tsx index 65eeca8..279b920 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,11 +79,11 @@ export default function Home() {
-

USER LOGIN

+

USER LOGIN

-
-
+
Create account diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx index 976578b..55868cf 100644 --- a/src/app/signup/page.tsx +++ b/src/app/signup/page.tsx @@ -188,7 +188,7 @@ export default function Signup() {
-
+
{ {/* Replace '/favorites' with the actual path of your favorites page */}
- FAVORITES + FAVORITES
diff --git a/src/components/CharacterCustomization/Page.tsx b/src/components/CharacterCustomization/Page.tsx index 900c257..3a8a73a 100644 --- a/src/components/CharacterCustomization/Page.tsx +++ b/src/components/CharacterCustomization/Page.tsx @@ -40,20 +40,20 @@ const Dropdown: React.FC = ({ }) => { return (
-