From: Zachary Vance Date: Sun, 20 Nov 2022 04:10:06 +0000 (-0500) Subject: Star and fail go badly today. Stop starring the latest thing since it's already at... X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=f441caf9c4e4d8db97bec00bfcaccc3099603081;p=za3k.git Star and fail go badly today. Stop starring the latest thing since it's already at the top --- diff --git a/hackaday.css b/hackaday.css index f6053b9..1904b3d 100644 --- a/hackaday.css +++ b/hackaday.css @@ -33,10 +33,10 @@ .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); }