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