浏览代码

fix styling

AykutSarac 2 年之前
父节点
当前提交
949efa84af
共有 1 个文件被更改,包括 3 次插入0 次删除
  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 {