From 61e81d9c84ede33648d6c005ddbbdf81ed97ac8b Mon Sep 17 00:00:00 2001 From: chenmoneygithub Date: Mon, 30 Dec 2024 13:10:07 -0800 Subject: [PATCH] modify the css --- docs/docs/stylesheets/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/stylesheets/extra.css b/docs/docs/stylesheets/extra.css index 346bf3d16..537f6d540 100644 --- a/docs/docs/stylesheets/extra.css +++ b/docs/docs/stylesheets/extra.css @@ -217,7 +217,7 @@ h2.doc-heading { /* Ensure code is readable */ .highlight code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace; - font-size: 0.9em; + font-size: 0.75em; } /* Copy button styling */