sdy

update GlobalStyles.js

...@@ -9,6 +9,9 @@ export default createGlobalStyle` ...@@ -9,6 +9,9 @@ export default createGlobalStyle`
9 html, body { 9 html, body {
10 height: 100vh; 10 height: 100vh;
11 } 11 }
12 + a {
13 + text-decoration:none;
14 + }
12 #root { 15 #root {
13 height: 100%; 16 height: 100%;
14 display:flex; 17 display:flex;
......