소스 검색

fix a tag hover

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

+ 0 - 1
src/constants/globalStyle.ts

@@ -19,7 +19,6 @@ const GlobalStyle = createGlobalStyle`
     &:hover {
       transition: 0.2s;
       color: ${({ theme }) => theme.BLURPLE};
-      filter: brightness(1.3);
     }
   }