Skip to content

Commit

Permalink
Merge pull request #29 from AdityaSahu786/dev
Browse files Browse the repository at this point in the history
#28 Feature: Added hover effects to cart section and heart section in navigation bar
  • Loading branch information
surajsharma14 authored Oct 24, 2023
2 parents 7075c66 + 11a337b commit 7284d9e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@ html, body{

#cart{
position: relative;

}

#cart:hover{
color:#2BAE68;
}

.ri-heart-line:hover{
color:#2BAE68;
}

#cart-number{
Expand Down

0 comments on commit 7284d9e

Please sign in to comment.