style: format code using black v23

This commit is contained in:
jo 2023-03-28 19:34:19 +02:00
commit 22c255700e
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
46 changed files with 8 additions and 67 deletions

View file

@ -267,7 +267,7 @@ REPLACEMENTS = {
("background", "var(--site-background)"),
("color", "var(--text-color)"),
],
("::-webkit-selection", "::-moz-selection", "::selection",): [
("::-webkit-selection", "::-moz-selection", "::selection"): [
("color", "var(--text-selection-color)"),
("background-color", "var(--text-selection-background)"),
],
@ -448,7 +448,7 @@ REPLACEMENTS = {
): [
("color", "var(--input-focus-placeholder-color)"),
],
(".ui.form .field > label", ".ui.form .inline.fields .field > label",): [
(".ui.form .field > label", ".ui.form .inline.fields .field > label"): [
("color", "var(--form-label-color)"),
],
},
@ -779,7 +779,7 @@ REPLACEMENTS = {
".structured",
"tablet stackable",
],
(".ui.table", ".ui.table > thead > tr > th",): [
(".ui.table", ".ui.table > thead > tr > th"): [
("color", "var(--text-color)"),
("background", "var(--table-background)"),
],