Shift day sky hue from violet toward blue

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:47:46 -03:00
parent d7c2fcc439
commit b888f0226e

View file

@ -1143,11 +1143,11 @@ body.chuva #sunChuvaFace { opacity: 1; transition: opacity 5s ease; }
/* Paleta fixa inspirada na capa periwinkle rgb(145,119,255), pastelizada: /* Paleta fixa inspirada na capa periwinkle rgb(145,119,255), pastelizada:
violeta-azulado no alto diluindo até um neutro quente no horizonte */ violeta-azulado no alto diluindo até um neutro quente no horizonte */
background: linear-gradient(to bottom, background: linear-gradient(to bottom,
#8b7fdc 0%, #6f83dc 0%,
#a094e4 26%, #8598e4 26%,
#b6acec 44%, #9fb0ec 44%,
#cbc2f0 60%, #bac6f0 60%,
#ded4d2 66%, #d6d6d2 66%,
#5a7d4a 66.1%, #5a7d4a 66.1%,
#3e5c35 82%, #3e5c35 82%,
#2a4126 100%); #2a4126 100%);
@ -1174,7 +1174,7 @@ body.dia:not(.balada):not(.chuva) #meteorLayer { opacity: 0; }
transition: opacity 12s ease; transition: opacity 12s ease;
filter: blur(26px); filter: blur(26px);
background: radial-gradient(ellipse, background: radial-gradient(ellipse,
rgba(236,231,252,0.95) 0%, rgba(198,188,236,0.55) 55%, transparent 78%); rgba(230,235,252,0.95) 0%, rgba(184,196,236,0.55) 55%, transparent 78%);
will-change: transform, opacity; will-change: transform, opacity;
} }
.cloud-a { width: 62vh; height: 14vh; top: 10%; left: 8%; .cloud-a { width: 62vh; height: 14vh; top: 10%; left: 8%;