From 7c42dd54b5f1300c11e8d4c26e49b6a2f21219ea Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Wed, 26 May 2021 21:48:41 +0800 Subject: [PATCH] perf: better pagination styles Change the title color, font size and margin. --- _sass/yat/_layout.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss index 682d73d..04a31b4 100644 --- a/_sass/yat/_layout.scss +++ b/_sass/yat/_layout.scss @@ -275,7 +275,7 @@ html { } .post-title { - margin-bottom: 2px; + margin-bottom: $spacing-unit * 0.2; transition: 0.2s all; a { @@ -307,9 +307,9 @@ html { } .post-link { - @include relative-font-size(1.5); + @include relative-font-size(1.65); font-weight: $base-font-weight * 1.5; - color: #15171a; + color: #333; } .post-excerpt {