style: 微调color

This commit is contained in:
2026-08-17 22:32:07 +08:00
parent ebb570f0e1
commit 1ee413d11b
4 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ const {posts} = Astro.props
.post .d { .post .d {
font-size: 14px; font-size: 14px;
color: var(--text-secondary); color: var(--text-meta);
min-width: 80px; min-width: 80px;
letter-spacing: 1px; letter-spacing: 1px;
} }

View File

@@ -1,6 +1,6 @@
<footer> <footer>
<div>© 2026 Uroboros</div> <div>© 2026 Uroboros</div>
<a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">备案号鄂ICP备2023000060号-2</a> <a href="https://beian.miit.gov.cn" target="_blank">备案号鄂ICP备2023000060号-2</a>
</footer> </footer>
<style> <style>

View File

@@ -98,7 +98,7 @@ const {data} = await http.get<ApiResponse<Archive>>("posts/archives");
} }
.post-date { .post-date {
color: var(--text-secondary); color: var(--text-meta);
} }
.post-title { .post-title {
@@ -118,7 +118,7 @@ const {data} = await http.get<ApiResponse<Archive>>("posts/archives");
} }
.post-cat { .post-cat {
color: var(--text-secondary); color: var(--text-meta);
font-size: 14px; font-size: 14px;
} }

View File

@@ -1,5 +1,5 @@
.markdown-body pre code { .markdown-body pre code {
font-size: 1.1em; font-size: 14px;
line-height: 1.6; line-height: 1.6;
} }