post meta color to give title more contrast
This commit is contained in:
parent
3fb53fc4f4
commit
bcd76c9f12
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ const StyledTitle = styled.h1`
|
|||
const StyledMetaContainer = styled.small`
|
||||
color: ${(props) =>
|
||||
theming.theme(props.theme.currentTheme, {
|
||||
light: "#444",
|
||||
dark: "lightgrey",
|
||||
light: "#555",
|
||||
dark: "#CCC",
|
||||
})};
|
||||
`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue