improved readability on low contrast
This commit is contained in:
parent
f4d49b74d8
commit
a90619e77f
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ const StyledPostCardContent = styled.div`
|
|||
color: ${(props) =>
|
||||
theming.theme(props.theme.currentTheme, {
|
||||
light: "grey",
|
||||
dark: "darkgrey",
|
||||
dark: "lightgrey",
|
||||
})};
|
||||
`
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ export default {
|
|||
screen_size2: "1500px",
|
||||
},
|
||||
color: {
|
||||
linkColor: "#3273dc",
|
||||
linkColor: "#4592F7",
|
||||
},
|
||||
dark: {
|
||||
backgroundColor0: "#202225",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue