Lighten win/loss overlay scrim to match the intro screen's touch
All checks were successful
Docker / build-and-push (push) Successful in 43s
All checks were successful
Docker / build-and-push (push) Successful in 43s
The overlay's radial gradient was much darker/broader than the intro scrim, crushing the win/loss artwork (the inverted Torso, the ritual circle) that the intro screen showed off fine. Dropped the opacity stops so the same restrained look applies everywhere. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -297,7 +297,7 @@ body {
|
||||
#overlay.visible { display: flex; }
|
||||
|
||||
.overlay-scrim {
|
||||
background: radial-gradient(ellipse 60% 55% at center, rgba(6,6,14,0.94) 0%, rgba(6,6,14,0.8) 55%, rgba(6,6,14,0.35) 80%, transparent 100%);
|
||||
background: radial-gradient(ellipse 55% 42% at center, rgba(6,6,14,0.8) 0%, rgba(6,6,14,0.5) 55%, rgba(6,6,14,0.12) 80%, transparent 100%);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user