diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-08-20 11:07:37 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | d53e5e61d25405db63cc2e2817186d19dbff8189 (patch) | |
| tree | aa5e2f86f3dbe37b151d3a028020fa3e4ae50973 /templates/index.html.j2 | |
| parent | 218f9a92813eda3268144aa126363ff49285a6ee (diff) | |
A11y improvements
Diffstat (limited to 'templates/index.html.j2')
| -rw-r--r-- | templates/index.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 index fed619b..0512039 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -6,7 +6,7 @@ {% include "poll_info_table.html.j2" %} <p>You can add time options as well as modify all settings after submitting.</p> - <input class="green" type="submit" value="Create"> + <input class="blue" type="submit" value="Create"> </form> {% if created_polls | length != 0 %} |
