Skip to content

Commit

Permalink
feat: update color on handbook and adventures-vol
Browse files Browse the repository at this point in the history
Signed-off-by: Ishan Kumar <[email protected]>
  • Loading branch information
4ddx committed Aug 20, 2023
1 parent b439176 commit 0f3ca49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/AdventuresVol/adventures-vol.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ export const AdventuresVolWrapper = styled.div`
}
.handbook__card:hover .handbook__card--head {
color: white;
color: ${props => props.theme.white};
}
`;
6 changes: 1 addition & 5 deletions src/components/HandbookCard/HandbookCard.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,12 @@ export const HandbookCardWrapper = styled.div`
transform: translateX(0);
opacity: 1;
}
.handbook__card:hover .handbook__card--head::before {
height: 100%;
}
.handbook__card:hover {
scale: 1.07;
}
.handbook__card:hover .handbook__card--head {
color: ${props => props.theme.white};
}
`;
}`;

0 comments on commit 0f3ca49

Please sign in to comment.