Jelajahi Sumber

style a tag

AykutSarac 3 tahun lalu
induk
melakukan
e99a3108a3
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      src/constants/globalStyle.ts

+ 1 - 0
src/constants/globalStyle.ts

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