There was an error while loading. Please reload this page.
1 parent 41a3eac commit f824749Copy full SHA for f824749
1 file changed
src/clientModules/backgroundScene.ts
@@ -108,9 +108,9 @@ function applyDark(dark: boolean): void {
108
const p = bgEl.querySelector<SVGGElement>("#_pbg_p");
109
const g = bgEl.querySelector<SVGGElement>("#_pbg_g");
110
const s = bgEl.querySelector<SVGGElement>("#_pbg_s");
111
- if (p) p.setAttribute("opacity", dark ? "0.12" : "0.09");
112
- if (g) g.setAttribute("opacity", dark ? "0.18" : "0.14");
113
- if (s) s.setAttribute("opacity", dark ? "0.15" : "0.11");
+ if (p) p.setAttribute("opacity", dark ? "0.08" : "0.06");
+ if (g) g.setAttribute("opacity", dark ? "0.12" : "0.09");
+ if (s) s.setAttribute("opacity", dark ? "0.10" : "0.08");
114
}
115
116
// ─── Scroll-based dark detection ──────────────────────────────────────────────
0 commit comments