Skip to content

Commit

Permalink
transition appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmeeks committed Nov 30, 2023
1 parent cfa4d0d commit 8622083
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blob/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ body {
border-radius: 50%;

background: hsl(var(--hue) 100% 50%);
transition: background 1s;
}

.left-eye,
Expand Down Expand Up @@ -88,6 +89,7 @@ body {
top: 4px;
left: 4px;
border-radius: 50%;
transition: background 1s;
}

.pupil {
Expand Down

0 comments on commit 8622083

Please sign in to comment.