From 6ff6fa72b1f991a2eb07d6b2da22b25ad5fbcd17 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 26 Oct 2023 05:46:47 +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 23a03dc..cf79460 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: 15px; + font-size: 16px; font-family: inherit; color: var(--content); }