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) =>
|
color: ${(props) =>
|
||||||
theming.theme(props.theme.currentTheme, {
|
theming.theme(props.theme.currentTheme, {
|
||||||
light: "grey",
|
light: "grey",
|
||||||
dark: "darkgrey",
|
dark: "lightgrey",
|
||||||
})};
|
})};
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ export default {
|
||||||
screen_size2: "1500px",
|
screen_size2: "1500px",
|
||||||
},
|
},
|
||||||
color: {
|
color: {
|
||||||
linkColor: "#3273dc",
|
linkColor: "#4592F7",
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
backgroundColor0: "#202225",
|
backgroundColor0: "#202225",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue