]> git.za3k.com Git - za3k.git/commitdiff
Star and fail go badly today. Stop starring the latest thing since it's already at...
authorZachary Vance <za3k@za3k.com>
Sun, 20 Nov 2022 04:10:06 +0000 (23:10 -0500)
committerZachary Vance <za3k@za3k.com>
Sun, 20 Nov 2022 04:10:06 +0000 (23:10 -0500)
hackaday.css

index f6053b903729fed3cc34d1e038c5b4b0332510fe..1904b3d79032d39a75162fd2c486a668b854ea4a 100644 (file)
 .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");
@@ -52,7 +52,7 @@
     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);
 }