color switch

This commit is contained in:
Josh Patra
2025-04-09 22:59:26 -04:00
parent 72362d6456
commit c9333c8d9c

View File

@@ -465,12 +465,12 @@
href="/Josh_Patra_Resume.pdf" href="/Josh_Patra_Resume.pdf"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
class="px-4 py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-md transition" class="px-4 py-2 bg-green-600 hover:bg-green-700 text-white rounded-md transition"
> >
View Resume View Resume
</a> </a>
<button <button
class="px-4 py-2 bg-green-600 hover:bg-green-700 text-white rounded-md transition" class="px-4 py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-md transition"
on:click={() => navigateTo("projects")} on:click={() => navigateTo("projects")}
> >
View Projects View Projects