Skip to content

Commit b8356ac

Browse files
brannnclaude
andcommitted
Fix ghost shadow and add missing softPulse animation
Remove warm orange-brown tones from body gradient bottom to eliminate ghost shadow on shorter pages. Add missing @Keyframes softPulse used by spec generation loading state. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 26787cd commit b8356ac

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

web/cmd/server/static/css/styles.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
--accent-warm: #e8956e;
1212
--accent-amber: #d4956b;
1313
--accent-rust: #c4603e;
14-
--gradient-bg: linear-gradient(180deg, #0a0a0f 0%, #0d1520 25%, #1a2a40 50%, #3a2520 75%, #5a3828 100%);
14+
--gradient-bg: linear-gradient(180deg, #0a0a0f 0%, #0d1520 25%, #1a2a40 50%, #162030 75%, #111820 100%);
1515
--success-color: #10b981;
1616
--error-color: #ef4444;
1717
}
@@ -243,6 +243,10 @@ textarea::placeholder { color: rgba(255, 255, 255, 0.3); }
243243
0%, 80%, 100% { opacity: 0.3; transform: scale(1); }
244244
40% { opacity: 1; transform: scale(1.2); }
245245
}
246+
@keyframes softPulse {
247+
0%, 100% { opacity: 0.6; }
248+
50% { opacity: 1; }
249+
}
246250
.chat-message-user {
247251
background: rgba(218, 119, 86, 0.15);
248252
color: var(--text-primary);

0 commit comments

Comments
 (0)