aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/theme/GlobalStyle.js
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2021-04-11 10:27:27 -0700
committerjackyzha0 <[email protected]>2021-04-11 10:27:27 -0700
commit0144bfc9cc6c616a00a8171f3950a75ec948427e (patch)
tree101d6c12471d411e9266cffa8e90176aff2e6fdb /frontend/src/theme/GlobalStyle.js
parentbase next bump (diff)
downloadctrl-v-0144bfc9cc6c616a00a8171f3950a75ec948427e.tar.xz
ctrl-v-0144bfc9cc6c616a00a8171f3950a75ec948427e.zip
base next refactor
Diffstat (limited to 'frontend/src/theme/GlobalStyle.js')
-rw-r--r--frontend/src/theme/GlobalStyle.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/frontend/src/theme/GlobalStyle.js b/frontend/src/theme/GlobalStyle.js
index 9fe80a5..94e4b57 100644
--- a/frontend/src/theme/GlobalStyle.js
+++ b/frontend/src/theme/GlobalStyle.js
@@ -2,10 +2,10 @@ import { createGlobalStyle } from 'styled-components'
export default createGlobalStyle`
body {
- margin: 0;
- padding: 0;
- background: ${(p) => p.theme.colors.background};
- font-family: 'JetBrains Mono', monospace;
- color: ${(p) => p.theme.colors.text};
+ margin: 0;
+ padding: 0;
+ background: ${(p) => p.theme.colors.background};
+ font-family: 'JetBrains Mono', monospace;
+ color: ${(p) => p.theme.colors.text};
}
` \ No newline at end of file