diff --git a/source/src/components/PostCard.tsx b/source/src/components/PostCard.tsx index 0df5311..7e58542 100644 --- a/source/src/components/PostCard.tsx +++ b/source/src/components/PostCard.tsx @@ -39,7 +39,7 @@ const StyledPostCardContent = styled.div` color: ${(props) => theming.theme(props.theme.currentTheme, { light: "grey", - dark: "darkgrey", + dark: "lightgrey", })}; ` diff --git a/source/src/theming.ts b/source/src/theming.ts index 0f6ad32..5d9b478 100644 --- a/source/src/theming.ts +++ b/source/src/theming.ts @@ -27,7 +27,7 @@ export default { screen_size2: "1500px", }, color: { - linkColor: "#3273dc", + linkColor: "#4592F7", }, dark: { backgroundColor0: "#202225",