Browse Source

style a tag

AykutSarac 3 năm trước cách đây
mục cha
commit
e99a3108a3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);
     }
   }