We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://marshmallow-qa.com/messages/23d329a1-3c78-4a12-a4f4-8c8007a7263f
アプリが適用してる文字色変更の対象指定がbody, p, spanになっているため、h1等の要素にそれより強いスタイル指定がある場合に変更が強制できていない可能性がある。
body, p, span
TsubameViewer/TsubameViewer/Views/EBookControls/EPubRenderer.xaml.cs
Line 312 in 8115277
The text was updated successfully, but these errors were encountered:
#110 EPubRenderのスタイル埋め込みにおいて本文文字以外(h1等)にも文字色変更が反映されるよう修正。
42d733f
No branches or pull requests
https://marshmallow-qa.com/messages/23d329a1-3c78-4a12-a4f4-8c8007a7263f
アプリが適用してる文字色変更の対象指定が
body, p, span
になっているため、h1等の要素にそれより強いスタイル指定がある場合に変更が強制できていない可能性がある。TsubameViewer/TsubameViewer/Views/EBookControls/EPubRenderer.xaml.cs
Line 312 in 8115277
The text was updated successfully, but these errors were encountered: