sdy

update GlobalStyles.js

......@@ -12,6 +12,9 @@ export default createGlobalStyle`
a {
text-decoration:none;
}
input:focus {
outline:none;
}
#root {
height: 100%;
display:flex;
......