Skip to content

Commit

Permalink
This stupid AI agent must die
Browse files Browse the repository at this point in the history
  • Loading branch information
roddyqq committed Jan 24, 2025
1 parent f4fd521 commit bbecff7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
margin-left: 4px;
}

.stars--1 :nth-child(-n + 1) {
.stars--1 .stars__star:nth-child(-n + 1) {
background-image: url(images/star-active.svg);
}

.stars--2 :nth-child(-n + 2) {
.stars--2 .stars__star:nth-child(-n + 2) {
background-image: url(images/star-active.svg);
}

.stars--3 :nth-child(-n + 3) {
.stars--3 .stars__star:nth-child(-n + 3) {
background-image: url(images/star-active.svg);
}

.stars--4 :nth-child(-n + 4) {
.stars--4 .stars__star:nth-child(-n + 4) {
background-image: url(images/star-active.svg);
}

.stars--5 :nth-child(-n + 5) {
.stars--5 .stars__star:nth-child(-n + 5) {
background-image: url(images/star-active.svg);
}

0 comments on commit bbecff7

Please sign in to comment.