瀏覽代碼

style a tag

AykutSarac 3 年之前
父節點
當前提交
e99a3108a3
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);
     }
   }