summaryrefslogtreecommitdiff
path: root/_sass/yat
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2021-05-26 21:48:41 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2021-05-26 21:48:41 +0800
commit7c42dd54b5f1300c11e8d4c26e49b6a2f21219ea (patch)
tree9f1e38297bf9240e6f4dff7c8dfd323a9d886cf7 /_sass/yat
parentc718e7e62faf8ccb7fb354a685dfccd3dd669474 (diff)
perf: better pagination styles
Change the title color, font size and margin.
Diffstat (limited to '_sass/yat')
-rw-r--r--_sass/yat/_layout.scss6
1 files 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 {