perf: better pagination styles

Change the title color, font size and margin.
This commit is contained in:
jeffreytse 2021-05-26 21:48:41 +08:00
parent c718e7e62f
commit 7c42dd54b5

View file

@ -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 {