diff --git a/app/src/main/java/me/ash/reader/ui/component/webview/WebViewStyle.kt b/app/src/main/java/me/ash/reader/ui/component/webview/WebViewStyle.kt index ab393073..1167f7ce 100644 --- a/app/src/main/java/me/ash/reader/ui/component/webview/WebViewStyle.kt +++ b/app/src/main/java/me/ash/reader/ui/component/webview/WebViewStyle.kt @@ -312,7 +312,7 @@ figure { text-align: var(--text-align) !important; margin: 0 !important; opacity: 0.8 !important; - font-size: 0.8em !important; + font-size: 12px !important; } figure * { @@ -323,7 +323,7 @@ figure p, caption, figcaption { opacity: 0.8 !important; - font-size: 0.8em !important; + font-size: 12px !important; } hr {