Schriftgrößen global +2px (v=110)

Alle font-size in style.css (Body-Basis 14→16px) und die Chart-fontSize in app.js
um 2px erhöht (User-Vorgabe „alle Schriftarten +2pt").

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Axel Hocks
2026-07-24 17:45:26 +02:00
co-authored by Claude Opus 4.8
parent 027995d1e7
commit 03ef1c75e6
4 changed files with 78 additions and 76 deletions
+1 -1
View File
@@ -1062,7 +1062,7 @@ function _makeChart(tf) {
// weil loadCharts erst nach dem Einblenden des Tabs läuft.
const chart = LightweightCharts.createChart(el, {
width: el.clientWidth || 320, height: 200,
layout: { background: { color: "#0d1117" }, textColor: "#8b949e", fontSize: 11 },
layout: { background: { color: "#0d1117" }, textColor: "#8b949e", fontSize: 13 },
grid: { vertLines: { color: "#161b22" }, horzLines: { color: "#161b22" } },
timeScale: { borderColor: "#30363d", timeVisible: true, secondsVisible: false },
rightPriceScale: { borderColor: "#30363d" },