mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +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;
|
cursor: pointer;
|
||||||
pointer-events: ${({ disabled }) => disabled && "none"};
|
pointer-events: ${({ disabled }) => disabled && "none"};
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
filter: brightness(1.3);
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -26,11 +26,6 @@ const GlobalStyle = createGlobalStyle`
|
|||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: unset;
|
color: unset;
|
||||||
|
|
||||||
&:hover {
|
|
||||||
transition: 0.2s;
|
|
||||||
color: ${({ theme }) => theme.BLURPLE};
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user