AykutSarac hace 2 años
padre
commit
949efa84af
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/constants/globalStyle.ts

+ 3 - 0
src/constants/globalStyle.ts

@@ -32,6 +32,9 @@ const GlobalStyle = createGlobalStyle`
   a {
     text-decoration: none;
     color: unset;
+    padding: 0;
+    margin: 0;
+    font-family: 'Roboto', sans-serif;
   }
 
   button {