Overlay was 0.72 multiply with very dark color-bg, which crushed the photo to invisible. Dropped to 0.48 + bumped photo brightness 0.42→0.60. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
background: url('/build/assets/harbor.jpg') center/cover no-repeat;
|
background: url('/build/assets/harbor.jpg') center/cover no-repeat;
|
||||||
filter: brightness(0.42) saturate(0.85);
|
filter: brightness(0.6) saturate(0.9);
|
||||||
z-index: -3;
|
z-index: -3;
|
||||||
}
|
}
|
||||||
[data-design="v2"] body::after {
|
[data-design="v2"] body::after {
|
||||||
@@ -115,9 +115,9 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
background:
|
background:
|
||||||
radial-gradient(ellipse 80% 70% at 50% 50%, transparent 0%, rgba(0,0,0,0.45) 100%),
|
radial-gradient(ellipse 90% 75% at 50% 50%, transparent 0%, rgba(0,0,0,0.35) 100%),
|
||||||
var(--color-bg);
|
var(--color-bg);
|
||||||
opacity: 0.72;
|
opacity: 0.48;
|
||||||
mix-blend-mode: multiply;
|
mix-blend-mode: multiply;
|
||||||
z-index: -2;
|
z-index: -2;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user