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.
This commit is contained in:
2026-09-09 22:28:22 +03:00
parent 1daced1e18
commit 330a1f0070
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1325,8 +1325,8 @@ video {
}
.text-xs {
font-size: 0.75rem;
line-height: 1rem;
font-size: 0.875rem;
line-height: 1.25rem;
}
.font-bold {
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'otaman-v40';
const CACHE = 'otaman-v41';
const URLS = [
'index.html',
'help.html',