Explorar el Código

fix a tag hover

AykutSarac hace 3 años
padre
commit
947c05f197
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);
     }
   }