Skip to content

Commit

Permalink
Update sun-and-moon.css to a proper length value
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink authored Oct 17, 2024
1 parent dbd3f99 commit 2a247d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme-switch/sun-and-moon.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
& > .moon > circle {
transform: translateX(-7px);

@supports (cx: 1) {
@supports (cx: 1px) {
transform: translateX(0);
cx: 17;
cx: 17px;
}
}
}
Expand All @@ -56,7 +56,7 @@
& .moon > circle {
transition: transform .25s var(--ease-out-5);

@supports (cx: 1) {
@supports (cx: 1px) {
transition: cx .25s var(--ease-out-5);
}
}
Expand All @@ -79,4 +79,4 @@
}
}
}
}
}

0 comments on commit 2a247d6

Please sign in to comment.