diff --git a/app/about/page.tsx b/app/about/page.tsx index 0192ccd..6dcd0f9 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -34,7 +34,7 @@ export default function Resume() { - setSkillsVisible(!skillsVisible)} className={"sticky top-[5.5rem] w-full flex items-center text-rose-500 dark:text-rose-300 uppercase tracking-wide list-none" + (skillsVisible ? " bg-slate-400 dark:bg-black" : "")}> + setSkillsVisible(!skillsVisible)} className={"sticky top-[5.5rem] w-full flex items-center px-4 rounded-lg text-rose-500 dark:text-rose-300 uppercase tracking-wide list-none" + (skillsVisible ? " bg-slate-400 dark:bg-black" : "")}> Skills @@ -42,7 +42,7 @@ export default function Resume() { - setExperienceVisible(!experienceVisible)} className={"sticky top-[5.5rem] w-full flex items-center text-rose-500 dark:text-rose-300 uppercase tracking-wide list-none" + (experienceVisible ? "bg-slate-400 dark:bg-black" : "")}> + setExperienceVisible(!experienceVisible)} className={"sticky top-[5.5rem] w-full flex items-center px-4 rounded-lg text-rose-500 dark:text-rose-300 uppercase tracking-wide list-none " + (experienceVisible ? "bg-slate-400 dark:bg-black" : "")}> Experience @@ -50,7 +50,7 @@ export default function Resume() { - setEducationVisible(!educationVisible)} className={"sticky top-[5.5rem] w-full flex items-center text-rose-300 uppercase tracking-wide list-none" + (educationVisible ? " bg-slate-400 dark:bg-black" : "")}> + setEducationVisible(!educationVisible)} className={"sticky top-[5.5rem] w-full flex items-center px-4 rounded-lg text-rose-500 dark:text-rose-300 uppercase tracking-wide list-none" + (educationVisible ? " bg-slate-400 dark:bg-black" : "")}> Education @@ -69,7 +69,7 @@ export default function Resume() { - setProjectsVisible(!projectsVisible)} className={"sticky top-[5.5rem] w-full flex items-center text-rose-300 uppercase tracking-wide list-none " + (projectsVisible ? " bg-slate-400 dark:bg-black" : "")}> + setProjectsVisible(!projectsVisible)} className={"sticky top-[5.5rem] w-full flex items-center px-4 rounded-lg text-rose-500 dark:text-rose-300 uppercase tracking-wide list-none " + (projectsVisible ? " bg-slate-400 dark:bg-black" : "")}> Projects diff --git a/app/contact/page.tsx b/app/contact/page.tsx index ba219b8..8fa44b5 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -12,8 +12,8 @@ export default function ContactPage() { const characterCount = useMemo(() => message.length.toString(), [message]); return ( - - + + Thanks for your interest! I'm looking forward to hearing from you. @@ -32,7 +32,7 @@ export default function ContactPage() { Message setMessage(e.target.value)} name="message" id="message" cols={30} rows={5}> - MESSAGE_LIMIT ? "text-red-500" : "text-white")}>{characterCount}/{MESSAGE_LIMIT} + MESSAGE_LIMIT ? "text-red-500" : "text-black dark:text-white")}>{characterCount}/{MESSAGE_LIMIT} MESSAGE_LIMIT} className="p-2 px-8 mt-8 rounded-lg bg-rose-300 hover:bg-rose-400 text-black" type="submit">Send! diff --git a/app/links/page.tsx b/app/links/page.tsx index 07db926..1c1d5da 100644 --- a/app/links/page.tsx +++ b/app/links/page.tsx @@ -25,10 +25,10 @@ export default function LinksPage() { - - ...or on your favorite social media platform: + + ...or on your favorite social media platform: - +
MESSAGE_LIMIT ? "text-red-500" : "text-white")}>{characterCount}/{MESSAGE_LIMIT}
MESSAGE_LIMIT ? "text-red-500" : "text-black dark:text-white")}>{characterCount}/{MESSAGE_LIMIT}