Skip to content

Commit 7959974

Browse files
Replace sky background with DALL-E oil painting at 55% opacity
Painterly Romantic-style sky (Constable/Turner inspired) generated via DALL-E. Blended at 55% opacity over the existing sky gradient for a subtle, artsy texture that doesn't compete with UI elements. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0a245bf commit 7959974

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

web/components/CloudsBackground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export function CloudsBackground() {
137137
<div
138138
className="absolute inset-0 transition-opacity duration-[3000ms] ease-in-out"
139139
style={{
140-
opacity: theme === "dark" ? 0 : 1,
140+
opacity: theme === "dark" ? 0 : 0.55,
141141
backgroundImage: "url('/sky.webp')",
142142
backgroundSize: "cover",
143143
backgroundPosition: "center top",

web/public/sky.webp

13.8 KB
Loading

0 commit comments

Comments
 (0)