diff options
| author | Marius Peter <dev@marius-peter.com> | 2026-07-18 23:56:50 +0200 |
|---|---|---|
| committer | Marius Peter <dev@marius-peter.com> | 2026-07-18 23:56:50 +0200 |
| commit | a48e91b037b049fd06db551edc76b7ed40df8f4c (patch) | |
| tree | 6d6f39da625a12690e5c0770abe0a6e27ec02647 /templates/override.html | |
| parent | 753e25e99ddf57be78ff27ad89cb7e1bbc99d041 (diff) | |
- Load Besley 600, IBM Plex Sans 400/500/700, IBM Plex Mono 400/500 via Google Fonts
- Replace system serif/mono stacks with intentional font choices
- Remove text-transform: uppercase everywhere except HITO logo
- Update all template text from ALL CAPS to natural case
- Bump mobile base font from 15px to 16px (prevents iOS input zoom)
- Raise minimum font-size to 0.8rem across all small text
- Fix WCAG AA contrast: --gold-dim to #9E8340, --red-bright to #E04530
- Ensure all touch targets meet 44px minimum (inputs, buttons, checkboxes)
- Blockquotes now render in Besley for literary weight
- Strong elements use bold weight instead of italic for sans-serif body
Diffstat (limited to 'templates/override.html')
| -rw-r--r-- | templates/override.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/override.html b/templates/override.html index 02b6a3c..10decb7 100644 --- a/templates/override.html +++ b/templates/override.html @@ -4,7 +4,7 @@ {% block content %} <section class="override-page"> - <h2>OVERRIDE RECOVERY GATE</h2> + <h2>Override Recovery Gate</h2> <div class="warning-block"> <p class="warning-text">{{ warning }}</p> @@ -17,8 +17,8 @@ <form method="post" action="/override/confirm"> <div class="override-actions"> - <button type="submit" class="btn-danger">I UNDERSTAND. PROCEED.</button> - <a href="/" class="btn-secondary">RETURN TO DASHBOARD</a> + <button type="submit" class="btn-danger">I understand. Proceed.</button> + <a href="/" class="btn-secondary">Return to Dashboard</a> </div> </form> </section> |