Adjust pitch accent style again

Decided I like it this way the most
This commit is contained in:
stephenmk 2023-07-19 23:49:25 -05:00
parent 94c68b4e26
commit 0cd530585f
No known key found for this signature in database
GPG key ID: B6DA730DB06235F1

View file

@ -248,7 +248,7 @@ def __replace_accent_symbols(soup, media_dir):
elm.name = "span"
elm.clear()
elm.append(img)
elm.attrs["style"] = "vertical-align: super; margin-left: -0.5em;"
elm.attrs["style"] = "vertical-align: super; margin-left: -0.25em;"
def __convert_gaiji(soup, media_dir):