diff --git a/src/style.css b/src/style.css index f174d3c52b..57b24c2018 100644 --- a/src/style.css +++ b/src/style.css @@ -19,22 +19,10 @@ body { margin-right: 0; } -.stars--1 :nth-child(-n+1) { - background-image: url(images/star-active.svg); -} - -.stars--2 :nth-child(-n+2) { - background-image: url(images/star-active.svg); -} - -.stars--3 :nth-child(-n+3) { - background-image: url(images/star-active.svg); -} - -.stars--4 :nth-child(-n+4) { - background-image: url(images/star-active.svg); -} - +.stars--1 :nth-child(-n+1), +.stars--2 :nth-child(-n+2), +.stars--3 :nth-child(-n+3), +.stars--4 :nth-child(-n+4), .stars--5 :nth-child(n) { background-image: url(images/star-active.svg); }