ouuugugughghg soooo satisfying

This commit is contained in:
MeowcaTheoRange 2024-08-28 09:06:51 -05:00
parent 6da070f7ac
commit c35b42f404

View file

@ -169,7 +169,7 @@ hr {
filter: grayscale(1);
left: 0;
top: 0;
transition: all 0.0625s ease-out;
transition: all 0.5s ease-out;
opacity: 1 !important;
display: inline-block;
width: 88px;
@ -192,6 +192,7 @@ hr {
z-index: 999;
filter: grayscale(0);
animation: hue-shift 1s linear infinite;
transition: all 0.0625s ease-out;
--shadow: hsl(var(--hue), 50%, 75%);
box-shadow:
4px 4px 0 -1px var(--shadow),