From fb071df6e404e53ffbfb1ec492ccfcf7f9771982 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 28 Jul 2025 13:19:07 -0400 Subject: [PATCH] modified card colors --- frontend/components/PostCard.tsx | 2 +- frontend/components/PostHeader.tsx | 2 +- frontend/islands/ProjectCard.tsx | 2 +- frontend/routes/contact/index.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/components/PostCard.tsx b/frontend/components/PostCard.tsx index e79dc23..b541804 100644 --- a/frontend/components/PostCard.tsx +++ b/frontend/components/PostCard.tsx @@ -4,7 +4,7 @@ import { Post } from "../types/index.ts"; export const PostCard = function PostCard({ post }: { post: Post }) { return ( -
+