[OCaml] High Intensity Training Online
feat enlarge bottom-navigation label text
Raise the bottom-navigation label size from 0.76rem to the 1rem base for WCAG-aligned readability. The 3.5rem targets keep room for a label that wraps to two lines.
Changed files
ENHANCEMENTS.org
@@ -48,7 +48,7 @@
48
48
Use a dropdown menu to select the exercise instead of the exercise button group.
49
49
** DONE Remove the boulder top border from exercise logging cards
50
50
Do not show a boulder top fieldset border on the exercise logging fieldset card.
51
Removed:
** TODO Increase bottom-navigation button text size
51
Added:
** DONE Increase bottom-navigation button text size
52
52
Increase the bottom-navigation button text font size to better support WCAG-aligned readability.
53
53
** TODO Harmonize keyboard-focus halo styling
54
54
Change the WCAG keyboard-navigation focus halo color so it follows the general UI theme and is less visually obtrusive.
lib/web/assets/hito.css
@@ -538,7 +538,7 @@
538
538
place-items: center;
539
539
color: var(--ink);
540
540
background: var(--paper-raised);
541
Removed:
font: 700 0.76rem/1.1 var(--sans);
541
Added:
font: 700 var(--font-size-base)/1.1 var(--sans);
542
542
letter-spacing: 0.025em;
543
543
text-align: center;
544
544
text-decoration: none;