diff --git a/src/blocks/file-blocks/explain/index.css b/src/blocks/file-blocks/explain/index.css index e97e835..3816143 100644 --- a/src/blocks/file-blocks/explain/index.css +++ b/src/blocks/file-blocks/explain/index.css @@ -133,3 +133,8 @@ .comment:hover { color: rgba(0, 0, 0, 0.5); } + +code, +code span { + font-size: 14px !important; +} diff --git a/src/blocks/file-blocks/explain/index.tsx b/src/blocks/file-blocks/explain/index.tsx index b7530f3..9cda7f2 100644 --- a/src/blocks/file-blocks/explain/index.tsx +++ b/src/blocks/file-blocks/explain/index.tsx @@ -143,12 +143,12 @@ function BlockInner(props: FileBlockProps) { > {content} -