From 7a775047cd78c761138897fe0a5d2776a52f829e Mon Sep 17 00:00:00 2001 From: Van Date: Wed, 24 Oct 2018 10:52:46 +0800 Subject: [PATCH] :lipstick: fixed #22 --- 9IPHP/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9IPHP/css/base.css b/9IPHP/css/base.css index e81561e..4f1ede2 100644 --- a/9IPHP/css/base.css +++ b/9IPHP/css/base.css @@ -1003,7 +1003,7 @@ aside.has-toc > section:last-child { } .post h1 a { - font-size: 30px; + font-size: 24px; font-weight: 500; text-decoration: none; }