Übersehene font:-Shorthands mitvergrößert (v=112)

Die drei `font:<weight> Npx/…`-Shorthands (.ms-chip/.ms-bos-lbl/.sqm-badge) waren
bei den beiden +2px-Runden ausgelassen worden (Skript erfasste nur `font-size`);
jetzt +4px nachgezogen → wirklich ALLE Schriftgrößen einheitlich +4px.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Axel Hocks
2026-07-24 17:50:24 +02:00
co-authored by Claude Opus 4.8
parent 25a0c6c826
commit 4bc7679ba3
3 changed files with 13 additions and 9 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=111">
<link rel="stylesheet" href="style.css?v=112">
</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=111"></script>
<script src="app.js?v=111"></script>
<script src="lightweight-charts.standalone.production.js?v=112"></script>
<script src="app.js?v=112"></script>
</body>
</html>