mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-20 05:12:54 +08:00
remove a hover blue color
This commit is contained in:
parent
85c8fd78d6
commit
3e5e2987f2
@ -52,6 +52,10 @@ const StyledElement = styled.div<{ disabled?: boolean }>`
|
||||
cursor: pointer;
|
||||
pointer-events: ${({ disabled }) => disabled && "none"};
|
||||
|
||||
&:hover {
|
||||
filter: brightness(1.3);
|
||||
}
|
||||
|
||||
a {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
@ -26,11 +26,6 @@ const GlobalStyle = createGlobalStyle`
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: unset;
|
||||
|
||||
&:hover {
|
||||
transition: 0.2s;
|
||||
color: ${({ theme }) => theme.BLURPLE};
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user