From d8489498c02e14d63317299cdfbcd489fdb89a90 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 26 Oct 2023 12:51:58 +0900 Subject: [PATCH] Update themes/mytheme/assets/css/common/post-single.css --- themes/mytheme/assets/css/common/post-single.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/mytheme/assets/css/common/post-single.css b/themes/mytheme/assets/css/common/post-single.css index cf79460..2d5df4c 100644 --- a/themes/mytheme/assets/css/common/post-single.css +++ b/themes/mytheme/assets/css/common/post-single.css @@ -34,7 +34,7 @@ } .post-content { - font-size: 16px; + font-size: 15.5px; font-family: inherit; color: var(--content); }