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
+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=109">
<link rel="stylesheet" href="style.css?v=110">
</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=108"></script>
<script src="app.js?v=109"></script>
<script src="lightweight-charts.standalone.production.js?v=110"></script>
<script src="app.js?v=110"></script>
</body>
</html>