Skip to content

Commit ec47425

Browse files
ChanceYuclaude
andcommitted
style(pet): soften pet sprite drop-shadow blur
Bump blur from 1.5px to 3px so the right-side sprite shadow reads as a diffuse glow instead of a hard offset. Opacity stays at 0.18. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent c99cc0d commit ec47425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2462,7 +2462,7 @@ select {
24622462
transform-origin: center;
24632463
transition: none;
24642464
image-rendering: pixelated;
2465-
filter: drop-shadow(4px 0 1.5px hsl(var(--foreground) / 0.18));
2465+
filter: drop-shadow(4px 0 3px hsl(var(--foreground) / 0.18));
24662466
}
24672467

24682468
.pet-sprite {

0 commit comments

Comments
 (0)