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