added border to code

This commit is contained in:
Kim, Jimin 2021-08-17 09:14:36 +09:00
parent aa7f34ff7d
commit 4cb73005f8

View file

@ -89,8 +89,9 @@ const globalStyle = css`
background-color: ${(props) => background-color: ${(props) =>
theming.theme(props.theme.currentTheme, { theming.theme(props.theme.currentTheme, {
light: "#eee", light: "#eee",
dark: "#555", dark: "#444", // I hope no hardcore christian finds this code
})}; })};
border: 1px solid #666; /* especially this */
border-radius: 3px; border-radius: 3px;
padding: 0 3px; padding: 0 3px;
} }