From d59092517cac38322be01ac2a14d619416982c69 Mon Sep 17 00:00:00 2001 From: relikd Date: Sat, 12 Sep 2020 04:16:26 +0200 Subject: [PATCH] Always update help --- out/static/style.css | 3 ++- src/main.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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: