From 6750cf16203f64e74e7944e2f78cf118f650689b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Sun, 23 Apr 2023 14:21:21 +0800 Subject: [PATCH] Update style.css --- src/static/web/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index aa74c19c..1e96d847 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -34,7 +34,7 @@ ul,ol,li { } h1,h2,h3,h4,h5,h6 { margin:0; - line-height:1.6; + line-height:1.2; font-weight:600; color:#393d49 }