diff options
| author | soryu-co <bot@soryu.co> | 2026-05-06 16:00:56 +0000 |
|---|---|---|
| committer | soryu-co <bot@soryu.co> | 2026-05-06 16:00:56 +0000 |
| commit | 99288dc755caa8229d8005e96a9d18c53f3a37ad (patch) | |
| tree | 9d9b50d628764dd1121b1aacd713973fc0bbd394 | |
| parent | e26f43a237059222076076ec12684af8e05e60c7 (diff) | |
| download | soryu-heisei-twilight-landing.tar.gz soryu-heisei-twilight-landing.zip | |
Mission/MAKIMA backdrop: slightly translucent (alpha 0.72→0.84, blur 28px)heisei-twilight-landing
| -rw-r--r-- | frontend/src/styles/heisei.css | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/frontend/src/styles/heisei.css b/frontend/src/styles/heisei.css index 951002e..b532c02 100644 --- a/frontend/src/styles/heisei.css +++ b/frontend/src/styles/heisei.css @@ -120,17 +120,18 @@ body { background: var(--hz-night); color: var(--hz-ink); } ); } -/* Mission-mode backdrop — solid plate so the dusk-pink horizon and - bokeh from the page background don't bleed through behind the - panel content. The panel reads as its own surface, not a tinted - overlay over the homepage. */ +/* Mission-mode backdrop — slightly translucent so the dusk ambient + (blue + bokeh) reads through, but alpha stays high enough at the + bottom that the pink horizon dissolves into deep blue. Strong blur + radius diffuses any residual into soft tone, never a band. */ .modern-landing-page.manga-style .taisho-cover.mission-mode .cover-backdrop { - /* Near-opaque dark plate, uniform top-to-bottom (slight gradient kept - for depth so it doesn't read as flat-painted). */ - background: linear-gradient(180deg, #0a1024 0%, #0b1530 100%); - /* Strong blur so even residual ambient bleed is fully diffused */ - backdrop-filter: blur(20px) saturate(80%); - -webkit-backdrop-filter: blur(20px) saturate(80%); + background: linear-gradient(180deg, + rgba(11, 17, 36, 0.72) 0%, + rgba(11, 17, 36, 0.78) 50%, + rgba(11, 17, 36, 0.84) 100% + ); + backdrop-filter: blur(28px) saturate(90%); + -webkit-backdrop-filter: blur(28px) saturate(90%); } /* ---------------------------------------------------------------- |
