diff --git a/api/app/static/css/style.css b/api/app/static/css/style.css index 45f61c3..c37261d 100644 --- a/api/app/static/css/style.css +++ b/api/app/static/css/style.css @@ -287,7 +287,7 @@ input[type="checkbox"] { /* ── Tables ──────────────────────────────────────── */ .table { - font-size: 1rem; + font-size: 0.875rem; /* 14px — DESIGN.md Body */ } .table th { @@ -305,7 +305,7 @@ input[type="checkbox"] { .table td { padding: 0.625rem 1rem; color: var(--text-secondary); - font-size: 1rem; + font-size: 0.875rem; /* 14px — DESIGN.md Body */ font-variant-numeric: tabular-nums; } diff --git a/api/app/templates/base.html b/api/app/templates/base.html index ddc9b87..7a4fddb 100644 --- a/api/app/templates/base.html +++ b/api/app/templates/base.html @@ -19,7 +19,7 @@ {% set rp = request.scope.get('root_path', '') %} - +