From d8ec10e8596f626470987dfee7ef648162e0460d Mon Sep 17 00:00:00 2001 From: w_xiaolizu Date: Tue, 20 Jun 2023 15:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=AE=B5=E8=90=BDmarkdown=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/assets/custom.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/assets/custom.css b/docs/assets/custom.css index 776127d..1f845e3 100644 --- a/docs/assets/custom.css +++ b/docs/assets/custom.css @@ -11,6 +11,31 @@ mspace { display: block; } +.gradio-container-3-32-2 h1 { + font-weight: 700 !important; + font-size: 28px !important; +} +.gradio-container-3-32-2 h2 { + font-weight: 600 !important; + font-size: 24px !important; +} +.gradio-container-3-32-2 h3 { + font-weight: 500 !important; + font-size: 20px !important; +} +.gradio-container-3-32-2 h4 { + font-weight: 400 !important; + font-size: 16px !important; +} +.gradio-container-3-32-2 h5 { + font-weight: 300 !important; + font-size: 14px !important; +} +.gradio-container-3-32-2 h6 { + font-weight: 200 !important; + font-size: 12px !important; +} + #debug_mes { position: absolute; bottom: 0;