소스 검색

style background image spacing for wide screens

AykutSarac 2 년 전
부모
커밋
56ef7b8616
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/constants/globalStyle.ts

+ 2 - 2
src/constants/globalStyle.ts

@@ -13,8 +13,8 @@ const GlobalStyle = createGlobalStyle`
 
     background-color: #000000;
     opacity: 1;
-    background-image: radial-gradient(#414141 0.5px, #000000 0.5px);
-    background-size: 10px 10px;
+    background-image: radial-gradient(#505050 0.75px, #000000 0.75px);
+    background-size: 15px 15px;
   }
   
   a {