diff --git a/source/src/components/PostCard.tsx b/source/src/components/PostCard.tsx index 8d38f75..d614e3b 100644 --- a/source/src/components/PostCard.tsx +++ b/source/src/components/PostCard.tsx @@ -24,8 +24,8 @@ const StyledTitle = styled.h1` const StyledMetaContainer = styled.small` color: ${(props) => theming.theme(props.theme.currentTheme, { - light: "#444", - dark: "lightgrey", + light: "#555", + dark: "#CCC", })}; `