Skip to content

Commit

Permalink
removed the redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteRabbitW3 committed Oct 31, 2023
1 parent 4ff1206 commit dae425d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ body {
.stars--3 .stars__star:nth-child(-n+3),
.stars--4 .stars__star:nth-child(-n+4),
.stars--5 .stars__star:nth-child(-n+5) {
background: url(./images/star-active.svg);
background-repeat: no-repeat;
background-position: center;
background-image: url("./images/star-active.svg");
}

0 comments on commit dae425d

Please sign in to comment.