From 78466981454414917bb0502e28b4e4b5c5632aab Mon Sep 17 00:00:00 2001 From: MooGoo Date: Fri, 2 Feb 2024 07:43:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20h1=20=E6=A8=99=E9=A1=8C=E7=94=A8css?= =?UTF-8?q?=E5=8A=A0=E7=B2=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/stylesheets/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index d3c66de..1c011c3 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -4,6 +4,10 @@ --md-primary-fg-color--dark: #3F5146; } +.md-typeset h1 { + font-weight: 400; +} + h2 { color: #417991; }