diff --git a/cover.bak.png b/cover.bak.png deleted file mode 100644 index c8aab28..0000000 Binary files a/cover.bak.png and /dev/null differ diff --git a/theme.css b/theme.css index 5ded418..4794eab 100644 --- a/theme.css +++ b/theme.css @@ -655,11 +655,10 @@ ol { line-height: calc(var(--text-line-height) * 1px); padding-top: calc(var(--text-paragraph-gap) * 1px); padding-bottom: calc(var(--text-paragraph-gap) * 1px); - text-align: left; } body.text-justify .mod-cm6 .cm-editor .cm-line, -body.text-justify p, +body.text-justify p:not([align="right"]):not([align="left"]), body.text-justify li, body.text-justify ol { text-align: justify;