فهرست منبع

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