AykutSarac 3 rokov pred
rodič
commit
e99a3108a3
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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);
     }
   }