mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Improve styles to avoid FOUC
This commit is contained in:
@@ -13,7 +13,10 @@ export const StyledCard = styled.div<{ image: boolean }>`
|
||||
&:hover {
|
||||
& > div {
|
||||
background: ${({ theme }) => theme.colors.blue};
|
||||
color: ${({ theme }) => theme.colors.dark.text};
|
||||
|
||||
* {
|
||||
color: ${({ theme }) => theme.colors.dark.text} !important;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
Reference in New Issue
Block a user