.hack.cool {
order: -2;
}
-.hack:first-child {
+.hack.kinda-cool {
order: -1;
}
-.hack.cool > *:first-child::before, .hack:first-child > *:first-child::before {
+.hack.cool > *:first-child::before, .hack.kinda-cool > *:first-child::before {
content: '';
position: absolute;
background:url("img/star.svg");
background-color: rgba(255, 255, 255, 0.9);
border-radius: 100%;
}
-.hack:first-child > *:first-child::before {
+.hack.kinda-cool > *:first-child::before {
transform: scale(0.5) translate(-5px, -5px);
filter: hue-rotate(180deg);
}