G/V im Header extra-fett (weight 800, analog Gesamtempfehlung, v=113)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Axel Hocks
2026-07-24 18:46:39 +02:00
co-authored by Claude Opus 4.8
parent d9eafe32f7
commit bfe3c4206c
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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:<weight> Npx/…`-**Shorthand** (3×: `.ms-chip`/`.ms-bos-lbl`/`.sqm-badge`
+3 -3
View File
@@ -6,7 +6,7 @@
<meta name="theme-color" content="#0d1117">
<title>Oil · MT5</title>
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="style.css?v=112">
<link rel="stylesheet" href="style.css?v=113">
</head>
<body>
<!-- Modul-Menü (ganz oben) -->
@@ -216,7 +216,7 @@
</div>
<div id="toast" class="toast hidden"></div>
<script src="lightweight-charts.standalone.production.js?v=112"></script>
<script src="app.js?v=112"></script>
<script src="lightweight-charts.standalone.production.js?v=113"></script>
<script src="app.js?v=113"></script>
</body>
</html>
+2
View File
@@ -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)}