Skip to content

Commit

Permalink
Fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislarrycarl committed Apr 1, 2023
1 parent a3c6078 commit 1f2b4f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const LogoStyles = styled.div`
transition: all 0.4s ease;
span {
transition: all 0.4s ease;
color: var(--color-red);
}
Expand All @@ -32,6 +33,10 @@ const LogoStyles = styled.div`
transform: rotate(-180deg);
transition: all 0.8s ease;
}
span {
color: var(--color-blue);
}
}
`;

Expand Down

0 comments on commit 1f2b4f3

Please sign in to comment.