diff --git a/src/components/Post/List.astro b/src/components/Post/List.astro
index 37fd9d2..e60aabb 100644
--- a/src/components/Post/List.astro
+++ b/src/components/Post/List.astro
@@ -33,7 +33,7 @@ const {posts} = Astro.props
.post .d {
font-size: 14px;
- color: var(--text-secondary);
+ color: var(--text-meta);
min-width: 80px;
letter-spacing: 1px;
}
diff --git a/src/layouts/PageFooter.astro b/src/layouts/PageFooter.astro
index 92ca738..f55eebb 100644
--- a/src/layouts/PageFooter.astro
+++ b/src/layouts/PageFooter.astro
@@ -1,6 +1,6 @@