UI - Dark Mode (#1187)

This commit is contained in:
dgtlmoon
2022-12-04 16:09:09 +01:00
parent 87726e0bb2
commit 77409eeb3a
24 changed files with 1336 additions and 583 deletions

View File

@@ -27,6 +27,7 @@ class model(dict):
'base_url' : None,
'extract_title_as_title': False,
'empty_pages_are_a_change': False,
'css_dark_mode': False,
'fetch_backend': getenv("DEFAULT_FETCH_BACKEND", "html_requests"),
'filter_failure_notification_threshold_attempts': _FILTER_FAILURE_THRESHOLD_ATTEMPTS_DEFAULT,
'global_ignore_text': [], # List of text to ignore when calculating the comparison checksum