Nudge day sky toward pastel blue-gray

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015HtPHsTnDcLVSCiF5FGHZj
This commit is contained in:
vini 2026-07-19 21:43:31 -03:00
parent 2779cb2bb9
commit 9e8628411d

View file

@ -1141,11 +1141,11 @@ body.chuva #sunChuvaFace { opacity: 1; transition: opacity 5s ease; }
opacity: 0;
transition: opacity 12s ease;
background: linear-gradient(to bottom,
#676074 0%,
#837a88 26%,
#a3939f 44%,
#bfaeb0 60%,
#d3c0ab 66%,
#5f6480 0%,
#798095 26%,
#97a0b2 44%,
#b3bcc9 60%,
#cfc9bc 66%,
#5a7d4a 66.1%,
#3e5c35 82%,
#2a4126 100%);
@ -1167,7 +1167,7 @@ body.dia:not(.balada):not(.chuva) #meteorLayer { opacity: 0; }
transition: opacity 12s ease;
filter: blur(26px);
background: radial-gradient(ellipse,
rgba(232,226,232,0.95) 0%, rgba(198,186,200,0.55) 55%, transparent 78%);
rgba(228,230,240,0.95) 0%, rgba(188,194,210,0.55) 55%, transparent 78%);
will-change: transform, opacity;
}
.cloud-a { width: 62vh; height: 14vh; top: 10%; left: 8%;