瀏覽代碼

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);
     }
   }