diff --git a/out/static/style.css b/out/static/style.css index da1b7b9..9ff7910 100644 --- a/out/static/style.css +++ b/out/static/style.css @@ -98,7 +98,8 @@ p.subtitle { margin-top: 0.2em; } td { padding: 0.2em 1em 0.2em 0.1em; } #meta td:nth-child(2) { font-weight: bold } .help-links td { padding: 0.5em; } -.help-links tr:nth-child(even) { background: #ddd; } +.help-links tr:nth-child(even) { background: #DDD; } +.help-links tr:nth-child(odd) { background: #F9F9F9; } .help-links .notyet { color: #D11; } .help-links .done { color: #3AE48C; } diff --git a/src/main.py b/src/main.py index 1a11dfc..d19d36c 100755 --- a/src/main.py +++ b/src/main.py @@ -78,6 +78,7 @@ def import_update(): print('') if len(needs_update) > 0: combine_and_update(needs_update) + html_root.gen_help() if len(then_delete) > 0: print('cleanup _in folder ...') for x in then_delete: