improved readability on low contrast

This commit is contained in:
Kim, Jimin 2021-08-09 12:17:01 +09:00
parent f4d49b74d8
commit a90619e77f
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ const StyledPostCardContent = styled.div`
color: ${(props) =>
theming.theme(props.theme.currentTheme, {
light: "grey",
dark: "darkgrey",
dark: "lightgrey",
})};
`

View file

@ -27,7 +27,7 @@ export default {
screen_size2: "1500px",
},
color: {
linkColor: "#3273dc",
linkColor: "#4592F7",
},
dark: {
backgroundColor0: "#202225",