mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
Change card hover color
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ const StyledCard = styled.div<{ dark: boolean }>`
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: #3889d4;
|
background: #1573ca;
|
||||||
color: ${({ theme }) => theme.colors.dark.text};
|
color: ${({ theme }) => theme.colors.dark.text};
|
||||||
box-shadow: ${({ dark }) => !dark && '5px 2px 26px 6px rgba(21, 115, 202, 0.30)'};
|
box-shadow: ${({ dark }) => !dark && '5px 2px 26px 6px rgba(21, 115, 202, 0.30)'};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user