From a90619e77f09d29a116cee55fa4c167522b54c83 Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 9 Aug 2021 12:17:01 +0900 Subject: [PATCH] improved readability on low contrast --- source/src/components/PostCard.tsx | 2 +- source/src/theming.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",