post meta color to give title more contrast

This commit is contained in:
Kim, Jimin 2021-08-16 23:21:21 +09:00
parent 3fb53fc4f4
commit bcd76c9f12

View file

@ -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",
})};
`