clean up some fields. Increase font size and contrast

This commit is contained in:
2026-07-11 20:08:37 -04:00
parent 23cbd6f2bf
commit eea4683c5b
9 changed files with 32 additions and 69 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<option value="">— new clock —</option>
{% for clock in clocks %}
<option value="{{ clock.id }}">
{{- clock.manufacturer or '' }} {{ clock.model or '' }}{% if clock.description %} ({{ clock.description }}){% endif -%}
{{- clock.description or 'Clock #' + clock.id|string }}{% if clock.note %} ({{ clock.note }}){% endif -%}
</option>
{% endfor %}