This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch axis-break-enhance in repository https://gitbox.apache.org/repos/asf/echarts-doc.git
commit 8f56acfdcd786da220dfb77ff31c9fd869721953 Author: 100pah <[email protected]> AuthorDate: Thu Aug 21 15:39:17 2025 +0800 doc style: quote less noticeable and code block in quote more distinguishable. --- src/style/mixin.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/style/mixin.scss b/src/style/mixin.scss index 8ecd9b60..0f999659 100644 --- a/src/style/mixin.scss +++ b/src/style/mixin.scss @@ -16,6 +16,14 @@ margin-left: 0px; padding: 10px 20px; + + p { + font-size: 13px; + } + pre { + font-size: 13px; + background-color: #fff; + } } iframe { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
