From ff878743deda8e57aecbb38e0c03ca30aaaf2e88 Mon Sep 17 00:00:00 2001 From: Reorx Date: Sun, 15 May 2022 23:40:06 +0800 Subject: [PATCH] set post-content font size from 16 to 17 --- assets/css/common/post-single.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css index 8ed51fa..37a5412 100644 --- a/assets/css/common/post-single.css +++ b/assets/css/common/post-single.css @@ -30,7 +30,7 @@ } .post-content { - font-size: 16px; + font-size: 17px; color: var(--content); }