diff --git a/CLAUDE.md b/CLAUDE.md index 1a2889f..8d29e44 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1101,7 +1101,7 @@ dort bereits nachvalidiert, ØR +0,305.) **Eine** Oberfläche: Signal → **Hinweis-Dialog „trotzdem eröffnen?"** (überschreibbar). CLOSE bei **negativem** P&L → Sicherheitsabfrage; im Plus/Breakeven direkt. Sonst keine Token-Dialoge (`require_token=false`). Audio braucht 1× Nutzer-Tap. -- Asset-Version aktuell **v=112** (in `web/index.html` hochzählen, siehe Workflows). +- Asset-Version aktuell **v=113** (in `web/index.html` hochzählen, siehe Workflows). Schriftgrößen 2026-07-24 global **+4px** (2× je +2px auf User-Wunsch; Body-Basis 14→18px). ⚠ Betrifft in `style.css` sowohl `font-size:Npx` (71×) ALS AUCH die `font: Npx/…`-**Shorthand** (3×: `.ms-chip`/`.ms-bos-lbl`/`.sqm-badge` — diff --git a/web/index.html b/web/index.html index 03e1b73..13df9ee 100644 --- a/web/index.html +++ b/web/index.html @@ -6,7 +6,7 @@ Oil · MT5 - + @@ -216,7 +216,7 @@ - - + + diff --git a/web/style.css b/web/style.css index f0c53a8..76c6e7e 100644 --- a/web/style.css +++ b/web/style.css @@ -55,6 +55,8 @@ header{ .px span.up{color:var(--up)} .px span.down{color:var(--down)} /* KURS + G/V größer als die Konto-Kennzahlen (User-Vorgabe) */ #hdr-price, #hdr-pnl{font-size:26px;font-weight:700} +/* G/V extra-fett, analog zur Gesamtempfehlung (.vd-signal, weight 800) */ +#hdr-pnl{font-weight:800} #spread{color:var(--blue)} .session-line{margin-top:3px;font-size:14px;font-weight:600} .session-line.ok{color:var(--up)}