Browse Source

fix a tag hover

AykutSarac 3 years ago
parent
commit
947c05f197
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/constants/globalStyle.ts

+ 0 - 1
src/constants/globalStyle.ts

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