From 1d1b86a7b4212c37231d99cf182417867d4d4c8a Mon Sep 17 00:00:00 2001 From: Tobias Leuschner Date: Sun, 17 May 2026 17:44:39 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Anpassung=20der=20Schriftgr=C3=B6=C3=9F?= =?UTF-8?q?e=20in=20Eingabefeldern=20und=20Versionsnummer=20auf=201.0.75?= =?UTF-8?q?=20erh=C3=B6ht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 259e6e6..077b3cc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -99,7 +99,7 @@ body{background:var(--bg);color:var(--txt);font-family:-apple-system,BlinkMacSys .field{margin-bottom:.85rem} .field:last-child{margin-bottom:0} .field label{display:block;font-size:.76rem;font-weight:600;color:var(--sub);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem} -.field input,.field select,.field textarea{width:100%;padding:.48rem .7rem;background:var(--bg2);border:1px solid var(--brd);border-radius:.45rem;color:var(--txt);font-size:.87rem;transition:border-color .15s} +.field input,.field select,.field textarea{width:100%;padding:.48rem .7rem;background:var(--bg2);border:1px solid var(--brd);border-radius:.45rem;color:var(--txt);font-size:max(.87rem,16px);transition:border-color .15s} .field input:focus,.field select,.field textarea:focus{outline:none;border-color:var(--acc)} .field textarea{resize:vertical;font-family:ui-monospace,monospace} .tog{display:flex;align-items:center;gap:.55rem;margin-bottom:.7rem;cursor:pointer;user-select:none;font-size:.87rem;color:var(--txt)} @@ -649,7 +649,7 @@ body{background:var(--bg);color:var(--txt);font-family:-apple-system,BlinkMacSys
- +
diff --git a/version.txt b/version.txt index e8461b4..1081058 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.74 \ No newline at end of file +1.0.75 \ No newline at end of file