From 335b956e13137d0e931a3220ca1d434502585758 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Tue, 7 Jan 2020 00:44:19 +0800 Subject: [PATCH] Reduce font weight of post nav-button. --- assets/css/post.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/css/post.scss b/assets/css/post.scss index 1b31d4a..15da30e 100644 --- a/assets/css/post.scss +++ b/assets/css/post.scss @@ -60,7 +60,6 @@ .post-navigation a > p { font-size: 1.1rem; - font-weight: 600; line-height: 1.2rem; margin-top: .3rem; white-space: normal;