ouuugugughghg soooo satisfying
This commit is contained in:
parent
6da070f7ac
commit
c35b42f404
1 changed files with 2 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue