Skip to content

Commit

Permalink
feat: hover: add transition & change text color
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Dec 20, 2024
1 parent ac83d56 commit f592709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ProfilePopup/ProfilePopup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
color: #152242;
cursor: pointer;
margin-bottom: 20px;
transition: color 0.2s;

&:hover {
color: #0661ec;
color: #f39e4e;
}
}

Expand Down

0 comments on commit f592709

Please sign in to comment.