From 4cb73005f8dacfc84492dace562bb34ad7b0e4ba Mon Sep 17 00:00:00 2001 From: developomp Date: Tue, 17 Aug 2021 09:14:36 +0900 Subject: [PATCH] added border to code --- source/src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/src/App.tsx b/source/src/App.tsx index 7ca927f..07e552b 100644 --- a/source/src/App.tsx +++ b/source/src/App.tsx @@ -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; }