From 9ba81825b7aed1009e7778a1f4c5ea9235b594c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D1=80=D0=BE=D1=88=D0=B8=D0=BD=20=D0=90=D0=BD=D1=82?= =?UTF-8?q?=D0=BE=D0=BD=20=D0=92=D0=B0=D0=BB=D0=B5=D1=80=D1=8C=D0=B5=D0=B2?= =?UTF-8?q?=D0=B8=D1=87?= Date: Sun, 12 Jul 2026 22:03:01 +0300 Subject: [PATCH] more cosmetic improvements --- index.html | 6 +++--- styles.css | 1 + sw.js | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e9cf6a7..7af8762 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - +
@@ -158,10 +158,10 @@
- + diff --git a/styles.css b/styles.css index f7a2b72..360312f 100644 --- a/styles.css +++ b/styles.css @@ -591,6 +591,7 @@ body { .result-arrow { color: var(--text-dim); flex-shrink: 0; + font-size: 1.4rem; } .result-decimal { diff --git a/sw.js b/sw.js index 5ec8a87..5ede9ff 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'numnum-v10'; +const CACHE_NAME = 'numnum-v11'; const ASSETS = [ '/', '/index.html',