From 330a1f00705ed19bd36c8ded5cd8f6b0d308bf7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Wed, 9 Sep 2026 22:28:22 +0300 Subject: [PATCH] fonts: bump text-xs (extra small) to text-sm size Redefine .text-xs to render at 0.875rem/1.25rem (text-sm), covering the PWA and both help pages via the shared stylesheet. Explicit leading-* overrides still apply. SW cache v41. --- frontend/style.css | 4 ++-- frontend/sw.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/style.css b/frontend/style.css index d64d4f6..f45204d 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -1325,8 +1325,8 @@ video { } .text-xs { - font-size: 0.75rem; - line-height: 1rem; + font-size: 0.875rem; + line-height: 1.25rem; } .font-bold { diff --git a/frontend/sw.js b/frontend/sw.js index 0efcbc9..a8543d4 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'otaman-v40'; +const CACHE = 'otaman-v41'; const URLS = [ 'index.html', 'help.html',