From 3f31d3bdacc791bf7bbcb0a6257bd2cd4b95b8a6 Mon Sep 17 00:00:00 2001 From: Popeye Zhong Date: Tue, 12 Aug 2025 15:59:26 +0800 Subject: [PATCH] Modify the style of the post navigation title. Modify the style of the post navigation title: Remove font-size:1.2rem from the .nextTitle and prevTitle style classes. Since article titles are usually quite long, changing to the normal font size is less likely to cause line breaks. --- src/scss/_partial/_post-page.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scss/_partial/_post-page.scss b/src/scss/_partial/_post-page.scss index cf782f18..389fdef0 100644 --- a/src/scss/_partial/_post-page.scss +++ b/src/scss/_partial/_post-page.scss @@ -204,7 +204,6 @@ .nextTitle, .prevTitle { - font-size: 1.2rem; color: #ccc; &:hover { color: $feature-color;