From f441caf9c4e4d8db97bec00bfcaccc3099603081 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Sat, 19 Nov 2022 23:10:06 -0500 Subject: [PATCH] Star and fail go badly today. Stop starring the latest thing since it's already at the top --- hackaday.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); } -- 2.47.3