Center warning

merge-requests/30/head
Bob Mottram 2022-05-19 10:49:22 +01:00
parent 40e609fa35
commit c91d4d136e
1 changed files with 2 additions and 2 deletions

View File

@ -233,10 +233,10 @@ def html_theme_designer(css_cache: {}, base_dir: str,
if contrast < 4.5:
contrast_warning = '⚠️ '
theme_form += \
' <p><label class="labels">' + \
' <center><label class="labels">' + \
contrast_warning + '<b>' + \
translate['Color contrast is too low'] + \
'</b></label></p>\n'
'</b></label></center>\n'
table_str = ' <table class="accesskeys">\n'
table_str += ' <colgroup>\n'