added border to code
This commit is contained in:
parent
aa7f34ff7d
commit
4cb73005f8
1 changed files with 2 additions and 1 deletions
|
@ -89,8 +89,9 @@ const globalStyle = css`
|
|||
background-color: ${(props) =>
|
||||
theming.theme(props.theme.currentTheme, {
|
||||
light: "#eee",
|
||||
dark: "#555",
|
||||
dark: "#444", // I hope no hardcore christian finds this code
|
||||
})};
|
||||
border: 1px solid #666; /* especially this */
|
||||
border-radius: 3px;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue